#0f6729

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

Shades of Crusoe #0F6729

Tints of Crusoe #0F6729

Color information

#0F6729 (or 0x0F6729) is unknown color: approx Crusoe. HEX triplet: 0F, 67 and 29. RGB value is (15,103,41). Sum of RGB (Red+Green+Blue) = 15+103+41=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 103 (40.62% from 255 or 64.78% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6729 is #F098D6. Grayscale: #454545. Windows color (decimal): -15767767 or 2713359. OLE color: 2713359.

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

Color convert

RGB1510341-
CMYK0.8500.600.60
HSL137.73º74.58%23.14%-
HSV(B)137.73º85.44%40.39%-
XYZ5.459.963.73-
YUV69.62111.8589.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 103 (40.62% from 255) = 64.78%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=9.43%
G=64.78%
B=25.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15103410.8500.600.60137.7374.5823.14
HexF67295503C3C8a4b17
Octal17147511250747421211327
Binary111111001111010011010101011110011110010001010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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