#076016

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

Shades of Crusoe #076016

Tints of Crusoe #076016

Color information

#076016 (or 0x076016) is unknown color: approx Crusoe. HEX triplet: 07, 60 and 16. RGB value is (7,96,22). Sum of RGB (Red+Green+Blue) = 7+96+22=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #076016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076016 is #F89FE9. Grayscale: #3D3D3D. Windows color (decimal): -16293866 or 1466375. OLE color: 1466375.

HSL color Cylindrical-coordinate representation of color #076016: hue angle of 130.11º degrees, saturation: 0.86, 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 #076016 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB79622-
CMYK0.9300.770.62
HSL130.11º86.41%20.2%-
HSV(B)130.11º92.71%37.65%-
XYZ4.428.472.16-
YUV60.95106.0189.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 96 (37.89% from 255) = 76.8%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=5.6%
G=76.8%
B=17.6%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796220.9300.770.62130.1186.4120.2
Hex760165D04D3E825614
Octal71402613501157620212624
Binary11111000001011010111010100110111111010000010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076016; }

 p { color: rgb(7,96,22); }

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

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

 a { background-color: rgb(7,96,22); }

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

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

 span { border-color: rgb(7,96,22); }

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