#0B672F

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

Shades of Crusoe #0B672F

Tints of Crusoe #0B672F

Color information

#0B672F (or 0x0B672F) is unknown color: approx Crusoe. HEX triplet: 0B, 67 and 2F. RGB value is (11,103,47). Sum of RGB (Red+Green+Blue) = 11+103+47=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #0B672F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B672F is #F498D0. Grayscale: #454545. Windows color (decimal): -16029905 or 3106571. OLE color: 3106571.

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

Color convert

RGB1110347-
CMYK0.8900.540.60
HSL143.48º80.7%22.35%-
HSV(B)143.48º89.32%40.39%-
XYZ5.59.984.33-
YUV69.11115.5286.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.83%
GREEN value IS 103 (40.62% from 255) = 63.98%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=6.83%
G=63.98%
B=29.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11103470.8900.540.60143.4880.722.35
HexB672F590363C8f5116
Octal13147571310667421712126
Binary101111001111011111011001011011011110010001111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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