#0F611F

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

Shades of Crusoe #0F611F

Tints of Crusoe #0F611F

Color information

#0F611F (or 0x0F611F) is unknown color: approx Crusoe. HEX triplet: 0F, 61 and 1F. RGB value is (15,97,31). Sum of RGB (Red+Green+Blue) = 15+97+31=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #0F611F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F611F is #F09EE0. Grayscale: #414141. Windows color (decimal): -15769313 or 2056463. OLE color: 2056463.

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

Color convert

RGB159731-
CMYK0.8500.680.62
HSL131.71º73.21%21.96%-
HSV(B)131.71º84.54%38.04%-
XYZ4.728.752.74-
YUV64.96108.8392.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 97 (38.28% from 255) = 67.83%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=10.49%
G=67.83%
B=21.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1597310.8500.680.62131.7173.2121.96
HexF611F550443E844916
Octal171413712501047620411126
Binary111111000011111110101010100010011111010000100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,97,31); }

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

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

 a { background-color: rgb(15,97,31); }

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

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

 span { border-color: rgb(15,97,31); }

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