#0F6823

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

Shades of Crusoe #0F6823

Tints of Crusoe #0F6823

Color information

#0F6823 (or 0x0F6823) is unknown color: approx Crusoe. HEX triplet: 0F, 68 and 23. RGB value is (15,104,35). Sum of RGB (Red+Green+Blue) = 15+104+35=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6823 is #F097DC. Grayscale: #454545. Windows color (decimal): -15767517 or 2320399. OLE color: 2320399.

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

Color convert

RGB1510435-
CMYK0.8600.660.59
HSL133.48º74.79%23.33%-
HSV(B)133.48º85.58%40.78%-
XYZ5.4510.123.26-
YUV69.52108.5189.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.74%
GREEN value IS 104 (41.02% from 255) = 67.53%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=9.74%
G=67.53%
B=22.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15104350.8600.660.59133.4874.7923.33
HexF6823560423B854b17
Octal171504312601027320511327
Binary1111110100010001110101100100001011101110000101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,104,35); }

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

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

 a { background-color: rgb(15,104,35); }

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

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

 span { border-color: rgb(15,104,35); }

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