#0F691C

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

Shades of Crusoe #0F691C

Tints of Crusoe #0F691C

Color information

#0F691C (or 0x0F691C) is unknown color: approx Crusoe. HEX triplet: 0F, 69 and 1C. RGB value is (15,105,28). Sum of RGB (Red+Green+Blue) = 15+105+28=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 105 (41.41% from 255 or 70.95% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 105 - color contains mainly: green. Hex color #0F691C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F691C is #F096E3. Grayscale: #454545. Windows color (decimal): -15767268 or 1861903. OLE color: 1861903.

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

Color convert

RGB1510528-
CMYK0.8600.730.59
HSL128.67º75%23.53%-
HSV(B)128.67º85.71%41.18%-
XYZ5.4610.292.8-
YUV69.31104.6889.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.14%
GREEN value IS 105 (41.41% from 255) = 70.95%
BLUE value IS 28 (11.33% from 255) = 18.92%
R=10.14%
G=70.95%
B=18.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15105280.8600.730.59128.677523.53
HexF691C560493B814b18
Octal171513412601117320111330
Binary111111010011110010101100100100111101110000001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,105,28); }

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

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

 a { background-color: rgb(15,105,28); }

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

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

 span { border-color: rgb(15,105,28); }

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