Html Css Color HEX #086B29 Crusoe

📋 copy color: '#086B29'

red 8 ◦ green 107 ◦ blue 41

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

Shades of Crusoe #086B29

Tints of Crusoe #086B29

RGB

 RED value IS 8 (3.52% from 255) = 5.13%

 GREEN value IS 107 (42.19% from 255) = 68.59%

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 5.13%
G = 68.59%
B = 26.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#086B29 (or 0x086B29) is known color: Crusoe. HEX triplet: 08, 6B and 29. RGB value is (8,107,41). Sum of RGB (Red+Green+Blue) = 8+107+41=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 107 (42.19% from 255 or 68.59% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 107 - color contains mainly: green. Hex color #086B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086B29 is #F794D6. Grayscale: #464646. Windows color (decimal): -16225495 or 2714376. OLE color: 2714376.

HSL color Cylindrical-coordinate representation of color #086B29: hue angle of 140º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086B29 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 107 41 -
CMYK 0.93 0 0.62 0.58
HSL 140º 0.86% 0.23% -
HSV(B) 140º 0.93% 0.42% -
XYZ 5.76 10.73 3.86 -
YUV 69.88 111.7 83.87 -
System Red Green Blue C M Y K H S L
Decimal 8 107 41 0.93 0 0.62 0.58 140 0.86 0.23
Hex 8 6B 29 5D 0 3E 3A 8C 56 17
Octal 10 153 51 135 0 76 72 214 126 27
Binary 1000 1101011 101001 1011101 0 111110 111010 10001100 1010110 10111

Color Harmonies of #086B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B29

Black with #086B29

Text Example


Text Example

White with #086B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086B29; }

 p { color: rgb(8,107,41); }

 H1.HeaderClassName
 {
   color: #086B29;
 }
 .AnyTagClassName
 {
   color: #086B29;
 }
</style>

background-color css

<style>
 a { background-color: #086B29; }

 a { background-color: rgb(8,107,41); }

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

border-color css

<style>
 span { border-color: #086B29; }

 span { border-color: rgb(8,107,41); }

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