Html Css Color HEX #0B6C1C Crusoe

📋 copy color: '#0B6C1C'

red 11 ◦ green 108 ◦ blue 28

#0B6C1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0B6C1C

Tints of Crusoe #0B6C1C

RGB

 RED value IS 11 (4.69% from 255) = 7.48%

 GREEN value IS 108 (42.58% from 255) = 73.47%

 BLUE value IS 28 (11.33% from 255) = 19.05%

R = 7.48%
G = 73.47%
B = 19.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#0B6C1C (or 0x0B6C1C) is known color: Crusoe. HEX triplet: 0B, 6C and 1C. RGB value is (11,108,28). Sum of RGB (Red+Green+Blue) = 11+108+28=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 108 (42.58% from 255 or 73.47% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 108 - color contains mainly: green. Hex color #0B6C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6C1C is #F493E3. Grayscale: #464646. Windows color (decimal): -16028644 or 1862667. OLE color: 1862667.

HSL color Cylindrical-coordinate representation of color #0B6C1C: hue angle of 130.52º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6C1C is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 108 28 -
CMYK 0.90 0 0.74 0.58
HSL 130.52º 0.82% 0.23% -
HSV(B) 130.52º 0.9% 0.42% -
XYZ 5.71 10.88 2.9 -
YUV 69.88 104.36 86 -
System Red Green Blue C M Y K H S L
Decimal 11 108 28 0.90 0 0.74 0.58 130.52 0.82 0.23
Hex B 6C 1C 5A 0 4A 3A 83 52 17
Octal 13 154 34 132 0 112 72 203 122 27
Binary 1011 1101100 11100 1011010 0 1001010 111010 10000011 1010010 10111

Color Harmonies of #0B6C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6C1C

Black with #0B6C1C

Text Example


Text Example

White with #0B6C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,108,28); }

 H1.HeaderClassName
 {
   color: #0B6C1C;
 }
 .AnyTagClassName
 {
   color: #0B6C1C;
 }
</style>

background-color css

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

 a { background-color: rgb(11,108,28); }

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

border-color css

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

 span { border-color: rgb(11,108,28); }

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