#0F6919

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

Shades of Crusoe #0F6919

Tints of Crusoe #0F6919

Color information

#0F6919 (or 0x0F6919) is unknown color: approx Crusoe. HEX triplet: 0F, 69 and 19. RGB value is (15,105,25). Sum of RGB (Red+Green+Blue) = 15+105+25=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 105 (41.41% from 255 or 72.41% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6919 is #F096E6. Grayscale: #454545. Windows color (decimal): -15767271 or 1665295. OLE color: 1665295.

HSL color Cylindrical-coordinate representation of color #0F6919: hue angle of 126.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6919 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1510525-
CMYK0.8600.760.59
HSL126.67º75%23.53%-
HSV(B)126.67º85.71%41.18%-
XYZ5.4210.272.62-
YUV68.97103.1889.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.34%
GREEN value IS 105 (41.41% from 255) = 72.41%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=10.34%
G=72.41%
B=17.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15105250.8600.760.59126.677523.53
HexF69195604C3B7f4b18
Octal171513112601147317711330
Binary11111101001110011010110010011001110111111111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,105,25); }

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

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

 a { background-color: rgb(15,105,25); }

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

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

 span { border-color: rgb(15,105,25); }

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