#075B18

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

Shades of Crusoe #075B18

Tints of Crusoe #075B18

Color information

#075B18 (or 0x075B18) is unknown color: approx Crusoe. HEX triplet: 07, 5B and 18. RGB value is (7,91,24). Sum of RGB (Red+Green+Blue) = 7+91+24=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 91 (35.94% from 255 or 74.59% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 91 - color contains mainly: green. Hex color #075B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075B18 is #F8A4E7. Grayscale: #3A3A3A. Windows color (decimal): -16295144 or 1596167. OLE color: 1596167.

HSL color Cylindrical-coordinate representation of color #075B18: hue angle of 132.14º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075B18 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB79124-
CMYK0.9200.740.64
HSL132.14º85.71%19.22%-
HSV(B)132.14º92.31%35.69%-
XYZ3.997.592.12-
YUV58.25108.6791.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 91 (35.94% from 255) = 74.59%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=5.74%
G=74.59%
B=19.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal791240.9200.740.64132.1485.7119.22
Hex75B185C04A40845613
Octal713330134011210020412623
Binary111101101111000101110001001010100000010000100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075B18; }

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

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

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

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

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

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

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

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