Html Css Color HEX #077025 Crusoe

📋 copy color: '#077025'

red 7 ◦ green 112 ◦ blue 37

#077025
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #077025

Tints of Crusoe #077025

RGB

 RED value IS 7 (3.13% from 255) = 4.49%

 GREEN value IS 112 (44.14% from 255) = 71.79%

 BLUE value IS 37 (14.84% from 255) = 23.72%

R = 4.49%
G = 71.79%
B = 23.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#077025 (or 0x077025) is known color: Crusoe. HEX triplet: 07, 70 and 25. RGB value is (7,112,37). Sum of RGB (Red+Green+Blue) = 7+112+37=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #077025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077025 is #F88FDA. Grayscale: #484848. Windows color (decimal): -16289755 or 2453511. OLE color: 2453511.

HSL color Cylindrical-coordinate representation of color #077025: hue angle of 137.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077025 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 37 -
CMYK 0.94 0 0.67 0.56
HSL 137.14º 0.88% 0.23% -
HSV(B) 137.14º 0.94% 0.44% -
XYZ 6.22 11.77 3.69 -
YUV 72.06 108.21 81.6 -
System Red Green Blue C M Y K H S L
Decimal 7 112 37 0.94 0 0.67 0.56 137.14 0.88 0.23
Hex 7 70 25 5E 0 43 38 89 58 17
Octal 7 160 45 136 0 103 70 211 130 27
Binary 111 1110000 100101 1011110 0 1000011 111000 10001001 1011000 10111

Color Harmonies of #077025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077025

Black with #077025

Text Example


Text Example

White with #077025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077025; }

 p { color: rgb(7,112,37); }

 H1.HeaderClassName
 {
   color: #077025;
 }
 .AnyTagClassName
 {
   color: #077025;
 }
</style>

background-color css

<style>
 a { background-color: #077025; }

 a { background-color: rgb(7,112,37); }

 div.DivClassName
 {
   background-color: #077025;
 }
 .BgClassName
 {
   background-color: #077025;
 }
</style>

border-color css

<style>
 span { border-color: #077025; }

 span { border-color: rgb(7,112,37); }

 td.TdClassName
 {
   border-color: #077025;
 }
 .TagClassName
 {
   border-color: #077025;
 }
</style>