#0F6320

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

Shades of Crusoe #0F6320

Tints of Crusoe #0F6320

Color information

#0F6320 (or 0x0F6320) is unknown color: approx Crusoe. HEX triplet: 0F, 63 and 20. RGB value is (15,99,32). Sum of RGB (Red+Green+Blue) = 15+99+32=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #0F6320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6320 is #F09CDF. Grayscale: #424242. Windows color (decimal): -15768800 or 2122511. OLE color: 2122511.

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

Color convert

RGB159932-
CMYK0.8500.680.61
HSL132.14º73.68%22.35%-
HSV(B)132.14º84.85%38.82%-
XYZ4.929.132.87-
YUV66.25108.6791.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.27%
GREEN value IS 99 (39.06% from 255) = 67.81%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=10.27%
G=67.81%
B=21.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1599320.8500.680.61132.1473.6822.35
HexF6320550443D844a16
Octal171434012501047520411226
Binary1111110001110000010101010100010011110110000100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,99,32); }

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

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

 a { background-color: rgb(15,99,32); }

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

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

 span { border-color: rgb(15,99,32); }

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