#075417

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

Shades of Crusoe #075417

Tints of Crusoe #075417

Color information

#075417 (or 0x075417) is unknown color: approx Crusoe. HEX triplet: 07, 54 and 17. RGB value is (7,84,23). Sum of RGB (Red+Green+Blue) = 7+84+23=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #075417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075417 is #F8ABE8. Grayscale: #363636. Windows color (decimal): -16296937 or 1528839. OLE color: 1528839.

HSL color Cylindrical-coordinate representation of color #075417: hue angle of 132.47º 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 #075417 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB78423-
CMYK0.9200.730.67
HSL132.47º84.62%17.84%-
HSV(B)132.47º91.67%32.94%-
XYZ3.416.451.88-
YUV54.02110.4994.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 84 (33.20% from 255) = 73.68%
BLUE value IS 23 (9.38% from 255) = 20.18%
R=6.14%
G=73.68%
B=20.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784230.9200.730.67132.4784.6217.84
Hex754175C04943845512
Octal712427134011110320412522
Binary111101010010111101110001001001100001110000100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075417; }

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

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

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

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

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

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

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

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