#0B6724

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

Shades of Crusoe #0B6724

Tints of Crusoe #0B6724

Color information

#0B6724 (or 0x0B6724) is unknown color: approx Crusoe. HEX triplet: 0B, 67 and 24. RGB value is (11,103,36). Sum of RGB (Red+Green+Blue) = 11+103+36=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 103 (40.62% from 255 or 68.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 103 - color contains mainly: green. Hex color #0B6724 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6724 is #F498DB. Grayscale: #444444. Windows color (decimal): -16029916 or 2385675. OLE color: 2385675.

HSL color Cylindrical-coordinate representation of color #0B6724: hue angle of 136.3º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6724 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB1110336-
CMYK0.8900.650.60
HSL136.3º80.7%22.35%-
HSV(B)136.3º89.32%40.39%-
XYZ5.319.93.3-
YUV67.85110.0287.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.33%
GREEN value IS 103 (40.62% from 255) = 68.67%
BLUE value IS 36 (14.45% from 255) = 24%
R=7.33%
G=68.67%
B=24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11103360.8900.650.60136.380.722.35
HexB6724590413C885116
Octal131474413101017421012126
Binary1011110011110010010110010100000111110010001000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,103,36); }

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

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

 a { background-color: rgb(11,103,36); }

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

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

 span { border-color: rgb(11,103,36); }

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