#076F28

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

Shades of Crusoe #076F28

Tints of Crusoe #076F28

Color information

#076F28 (or 0x076F28) is unknown color: approx Crusoe. HEX triplet: 07, 6F and 28. RGB value is (7,111,40). Sum of RGB (Red+Green+Blue) = 7+111+40=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 111 (43.75% from 255 or 70.25% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 111 - color contains mainly: green. Hex color #076F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F28 is #F890D7. Grayscale: #474747. Windows color (decimal): -16290008 or 2649863. OLE color: 2649863.

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

Color convert

RGB711140-
CMYK0.9400.640.56
HSL139.04º88.14%23.14%-
HSV(B)139.04º93.69%43.53%-
XYZ6.1611.573.92-
YUV71.81110.0481.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 111 (43.75% from 255) = 70.25%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=4.43%
G=70.25%
B=25.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111400.9400.640.56139.0488.1423.14
Hex76F285E040388b5817
Octal71575013601007021313027
Binary111110111110100010111100100000011100010001011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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