#0F6719

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

Shades of Crusoe #0F6719

Tints of Crusoe #0F6719

Color information

#0F6719 (or 0x0F6719) is unknown color: approx Crusoe. HEX triplet: 0F, 67 and 19. RGB value is (15,103,25). Sum of RGB (Red+Green+Blue) = 15+103+25=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 103 (40.62% from 255 or 72.03% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6719 is #F098E6. Grayscale: #444444. Windows color (decimal): -15767783 or 1664783. OLE color: 1664783.

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

Color convert

RGB1510325-
CMYK0.8500.760.60
HSL126.82º74.58%23.14%-
HSV(B)126.82º85.44%40.39%-
XYZ5.229.872.55-
YUV67.8103.8590.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 103 (40.62% from 255) = 72.03%
BLUE value IS 25 (10.16% from 255) = 17.48%
R=10.49%
G=72.03%
B=17.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15103250.8500.760.60126.8274.5823.14
HexF67195504C3C7f4b17
Octal171473112501147417711327
Binary11111100111110011010101010011001111001111111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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