#0F6718

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

Shades of Crusoe #0F6718

Tints of Crusoe #0F6718

Color information

#0F6718 (or 0x0F6718) is unknown color: approx Crusoe. HEX triplet: 0F, 67 and 18. RGB value is (15,103,24). Sum of RGB (Red+Green+Blue) = 15+103+24=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 103 (40.62% from 255 or 72.54% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6718 is #F098E7. Grayscale: #434343. Windows color (decimal): -15767784 or 1599247. OLE color: 1599247.

HSL color Cylindrical-coordinate representation of color #0F6718: hue angle of 126.14º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6718 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB1510324-
CMYK0.8500.770.60
HSL126.14º74.58%23.14%-
HSV(B)126.14º85.44%40.39%-
XYZ5.219.872.49-
YUV67.68103.3590.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 103 (40.62% from 255) = 72.54%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=10.56%
G=72.54%
B=16.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15103240.8500.770.60126.1474.5823.14
HexF67185504D3C7e4b17
Octal171473012501157417611327
Binary11111100111110001010101010011011111001111110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,103,24); }

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

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

 a { background-color: rgb(15,103,24); }

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

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

 span { border-color: rgb(15,103,24); }

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