#075518

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

Shades of Crusoe #075518

Tints of Crusoe #075518

Color information

#075518 (or 0x075518) is unknown color: approx Crusoe. HEX triplet: 07, 55 and 18. RGB value is (7,85,24). Sum of RGB (Red+Green+Blue) = 7+85+24=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #075518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075518 is #F8AAE7. Grayscale: #363636. Windows color (decimal): -16296680 or 1594631. OLE color: 1594631.

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

Color convert

RGB78524-
CMYK0.9200.720.67
HSL133.08º84.78%18.04%-
HSV(B)133.08º91.76%33.33%-
XYZ3.56.611.96-
YUV54.72110.6693.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 85 (33.59% from 255) = 73.28%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=6.03%
G=73.28%
B=20.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785240.9200.720.67133.0884.7818.04
Hex755185C04843855512
Octal712530134011010320512522
Binary111101010111000101110001001000100001110000101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075518; }

 p { color: rgb(7,85,24); }

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

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

 a { background-color: rgb(7,85,24); }

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

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

 span { border-color: rgb(7,85,24); }

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