#0F6024

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

Shades of Crusoe #0F6024

Tints of Crusoe #0F6024

Color information

#0F6024 (or 0x0F6024) is unknown color: approx Crusoe. HEX triplet: 0F, 60 and 24. RGB value is (15,96,36). Sum of RGB (Red+Green+Blue) = 15+96+36=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6024 is #F09FDB. Grayscale: #414141. Windows color (decimal): -15769564 or 2383887. OLE color: 2383887.

HSL color Cylindrical-coordinate representation of color #0F6024: hue angle of 135.56º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F6024 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB159636-
CMYK0.8400.620.62
HSL135.56º72.97%21.76%-
HSV(B)135.56º84.38%37.65%-
XYZ4.78.593.08-
YUV64.94111.6692.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=10.20%
G=65.31%
B=24.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1596360.8400.620.62135.5672.9721.76
HexF60245403E3E884916
Octal17140441240767621011126
Binary111111000001001001010100011111011111010001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F6024; }

 p { color: rgb(15,96,36); }

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

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

 a { background-color: rgb(15,96,36); }

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

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

 span { border-color: rgb(15,96,36); }

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