#075716

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

Shades of Crusoe #075716

Tints of Crusoe #075716

Color information

#075716 (or 0x075716) is unknown color: approx Crusoe. HEX triplet: 07, 57 and 16. RGB value is (7,87,22). Sum of RGB (Red+Green+Blue) = 7+87+22=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 87 (34.38% from 255 or 75% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 87 - color contains mainly: green. Hex color #075716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075716 is #F8A8E9. Grayscale: #373737. Windows color (decimal): -16296170 or 1464071. OLE color: 1464071.

HSL color Cylindrical-coordinate representation of color #075716: hue angle of 131.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075716 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB78722-
CMYK0.9200.750.66
HSL131.25º85.11%18.43%-
HSV(B)131.25º91.95%34.12%-
XYZ3.646.921.9-
YUV55.6710993.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 87 (34.38% from 255) = 75%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=6.03%
G=75%
B=18.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal787220.9200.750.66131.2585.1118.43
Hex757165C04B42835512
Octal712726134011310220312522
Binary111101011110110101110001001011100001010000011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075716; }

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

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

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

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

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

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

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

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