#076f24

Color #076F24 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #076F24

Tints of Crusoe #076F24

Color information

#076F24 (or 0x076F24) is unknown color: approx Crusoe. HEX triplet: 07, 6F and 24. RGB value is (7,111,36). Sum of RGB (Red+Green+Blue) = 7+111+36=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 111 (43.75% from 255 or 72.08% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 111 - color contains mainly: green. Hex color #076F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F24 is #F890DB. Grayscale: #474747. Windows color (decimal): -16290012 or 2387719. OLE color: 2387719.

HSL color Cylindrical-coordinate representation of color #076F24: hue angle of 136.73º 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 #076F24 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB711136-
CMYK0.9400.680.56
HSL136.73º88.14%23.14%-
HSV(B)136.73º93.69%43.53%-
XYZ6.0911.543.58-
YUV71.35108.0482.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.55%
GREEN value IS 111 (43.75% from 255) = 72.08%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=4.55%
G=72.08%
B=23.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111360.9400.680.56136.7388.1423.14
Hex76F245E04438895817
Octal71574413601047021113027
Binary111110111110010010111100100010011100010001001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076f24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076f24; }

 p { color: rgb(7,111,36); }

 H1.HeaderClassName
 {
   color: #076f24;
 }
 .AnyTagClassName
 {
   color: #076f24;
 }
</style>
background-color css

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

 a { background-color: rgb(7,111,36); }

 div.DivClassName
 {
   background-color: #076f24;
 }
 .BgClassName
 {
   background-color: #076f24;
 }
</style>
border-color css

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

 span { border-color: rgb(7,111,36); }

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