#0B6123

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

Shades of Crusoe #0B6123

Tints of Crusoe #0B6123

Color information

#0B6123 (or 0x0B6123) is unknown color: approx Crusoe. HEX triplet: 0B, 61 and 23. RGB value is (11,97,35). Sum of RGB (Red+Green+Blue) = 11+97+35=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6123 is #F49EDC. Grayscale: #404040. Windows color (decimal): -16031453 or 2318603. OLE color: 2318603.

HSL color Cylindrical-coordinate representation of color #0B6123: hue angle of 136.74º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6123 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB119735-
CMYK0.8900.640.62
HSL136.74º79.63%21.18%-
HSV(B)136.74º88.66%38.04%-
XYZ4.728.743.03-
YUV64.22111.5190.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.69%
GREEN value IS 97 (38.28% from 255) = 67.83%
BLUE value IS 35 (14.06% from 255) = 24.48%
R=7.69%
G=67.83%
B=24.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1197350.8900.640.62136.7479.6321.18
HexB6123590403E895015
Octal131414313101007621112025
Binary1011110000110001110110010100000011111010001001101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,97,35); }

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

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

 a { background-color: rgb(11,97,35); }

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

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

 span { border-color: rgb(11,97,35); }

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