Html Css Color HEX #076120 Crusoe

📋 copy color: '#076120'

red 7 ◦ green 97 ◦ blue 32

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

Shades of Crusoe #076120

Tints of Crusoe #076120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 71.32%

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 5.15%
G = 71.32%
B = 23.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#076120 (or 0x076120) is known color: Crusoe. HEX triplet: 07, 61 and 20. RGB value is (7,97,32). Sum of RGB (Red+Green+Blue) = 7+97+32=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 97 (38.28% from 255 or 71.32% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 97 - color contains mainly: green. Hex color #076120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076120 is #F89EDF. Grayscale: #3E3E3E. Windows color (decimal): -16293600 or 2121991. OLE color: 2121991.

HSL color Cylindrical-coordinate representation of color #076120: hue angle of 136.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076120 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 32 -
CMYK 0.93 0 0.67 0.62
HSL 136.67º 0.87% 0.2% -
HSV(B) 136.67º 0.93% 0.38% -
XYZ 4.62 8.7 2.8 -
YUV 62.68 110.68 88.29 -
System Red Green Blue C M Y K H S L
Decimal 7 97 32 0.93 0 0.67 0.62 136.67 0.87 0.2
Hex 7 61 20 5D 0 43 3E 89 57 14
Octal 7 141 40 135 0 103 76 211 127 24
Binary 111 1100001 100000 1011101 0 1000011 111110 10001001 1010111 10100

Color Harmonies of #076120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076120

Black with #076120

Text Example


Text Example

White with #076120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076120; }

 p { color: rgb(7,97,32); }

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

background-color css

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

 a { background-color: rgb(7,97,32); }

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

border-color css

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

 span { border-color: rgb(7,97,32); }

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