#0B672A

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

Shades of Crusoe #0B672A

Tints of Crusoe #0B672A

Color information

#0B672A (or 0x0B672A) is unknown color: approx Crusoe. HEX triplet: 0B, 67 and 2A. RGB value is (11,103,42). Sum of RGB (Red+Green+Blue) = 11+103+42=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #0B672A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B672A is #F498D5. Grayscale: #444444. Windows color (decimal): -16029910 or 2778891. OLE color: 2778891.

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

Color convert

RGB1110342-
CMYK0.8900.590.60
HSL140.22º80.7%22.35%-
HSV(B)140.22º89.32%40.39%-
XYZ5.419.943.82-
YUV68.54113.0286.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.05%
GREEN value IS 103 (40.62% from 255) = 66.03%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=7.05%
G=66.03%
B=26.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11103420.8900.590.60140.2280.722.35
HexB672A5903B3C8c5116
Octal13147521310737421412126
Binary101111001111010101011001011101111110010001100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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