Html Css Color HEX #0B6A19 Crusoe

📋 copy color: '#0B6A19'

red 11 ◦ green 106 ◦ blue 25

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

Shades of Crusoe #0B6A19

Tints of Crusoe #0B6A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 74.65%

 BLUE value IS 25 (10.16% from 255) = 17.61%

R = 7.75%
G = 74.65%
B = 17.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#0B6A19 (or 0x0B6A19) is known color: Crusoe. HEX triplet: 0B, 6A and 19. RGB value is (11,106,25). Sum of RGB (Red+Green+Blue) = 11+106+25=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 106 (41.80% from 255 or 74.65% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 106 - color contains mainly: green. Hex color #0B6A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6A19 is #F495E6. Grayscale: #444444. Windows color (decimal): -16029159 or 1665547. OLE color: 1665547.

HSL color Cylindrical-coordinate representation of color #0B6A19: hue angle of 128.84º degrees, saturation: 0.81, 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 #0B6A19 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 106 25 -
CMYK 0.90 0 0.76 0.58
HSL 128.84º 0.81% 0.23% -
HSV(B) 128.84º 0.9% 0.42% -
XYZ 5.47 10.45 2.65 -
YUV 68.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 11 106 25 0.90 0 0.76 0.58 128.84 0.81 0.23
Hex B 6A 19 5A 0 4C 3A 81 51 17
Octal 13 152 31 132 0 114 72 201 121 27
Binary 1011 1101010 11001 1011010 0 1001100 111010 10000001 1010001 10111

Color Harmonies of #0B6A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6A19

Black with #0B6A19

Text Example


Text Example

White with #0B6A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,106,25); }

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

background-color css

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

 a { background-color: rgb(11,106,25); }

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

border-color css

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

 span { border-color: rgb(11,106,25); }

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