#0F671A

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

Shades of Crusoe #0F671A

Tints of Crusoe #0F671A

Color information

#0F671A (or 0x0F671A) is unknown color: approx Crusoe. HEX triplet: 0F, 67 and 1A. RGB value is (15,103,26). Sum of RGB (Red+Green+Blue) = 15+103+26=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 103 (40.62% from 255 or 71.53% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 103 - color contains mainly: green. Hex color #0F671A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F671A is #F098E5. Grayscale: #444444. Windows color (decimal): -15767782 or 1730319. OLE color: 1730319.

HSL color Cylindrical-coordinate representation of color #0F671A: hue angle of 127.5º 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 #0F671A is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1510326-
CMYK0.8500.750.60
HSL127.5º74.58%23.14%-
HSV(B)127.5º85.44%40.39%-
XYZ5.239.882.61-
YUV67.91104.3590.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.42%
GREEN value IS 103 (40.62% from 255) = 71.53%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=10.42%
G=71.53%
B=18.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15103260.8500.750.60127.574.5823.14
HexF671A5504B3C804b17
Octal171473212501137420011327
Binary111111001111101010101010100101111110010000000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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