#0F6B1E

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

Shades of Crusoe #0F6B1E

Tints of Crusoe #0F6B1E

Color information

#0F6B1E (or 0x0F6B1E) is unknown color: approx Crusoe. HEX triplet: 0F, 6B and 1E. RGB value is (15,107,30). Sum of RGB (Red+Green+Blue) = 15+107+30=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 107 (42.19% from 255 or 70.39% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6B1E is #F094E1. Grayscale: #464646. Windows color (decimal): -15766754 or 1993487. OLE color: 1993487.

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

Color convert

RGB1510730-
CMYK0.8600.720.58
HSL129.78º75.41%23.92%-
HSV(B)129.78º85.98%41.96%-
XYZ5.6910.713-
YUV70.71105.0288.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.87%
GREEN value IS 107 (42.19% from 255) = 70.39%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=9.87%
G=70.39%
B=19.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15107300.8600.720.58129.7875.4123.92
HexF6B1E560483A824b18
Octal171533612601107220211330
Binary111111010111111010101100100100011101010000010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,107,30); }

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

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

 a { background-color: rgb(15,107,30); }

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

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

 span { border-color: rgb(15,107,30); }

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