#075416

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

Shades of Crusoe #075416

Tints of Crusoe #075416

Color information

#075416 (or 0x075416) is unknown color: approx Crusoe. HEX triplet: 07, 54 and 16. RGB value is (7,84,22). Sum of RGB (Red+Green+Blue) = 7+84+22=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #075416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075416 is #F8ABE9. Grayscale: #363636. Windows color (decimal): -16296938 or 1463303. OLE color: 1463303.

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

Color convert

RGB78422-
CMYK0.9200.740.67
HSL131.69º84.62%17.84%-
HSV(B)131.69º91.67%32.94%-
XYZ3.46.441.82-
YUV53.91109.9994.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 84 (33.20% from 255) = 74.34%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=6.19%
G=74.34%
B=19.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784220.9200.740.67131.6984.6217.84
Hex754165C04A43845512
Octal712426134011210320412522
Binary111101010010110101110001001010100001110000100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075416; }

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

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

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

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

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

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

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

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