Html Css Color HEX #086831 Crusoe

📋 copy color: '#086831'

red 8 ◦ green 104 ◦ blue 49

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

Shades of Crusoe #086831

Tints of Crusoe #086831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 64.6%

 BLUE value IS 49 (19.53% from 255) = 30.43%

R = 4.97%
G = 64.6%
B = 30.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#086831 (or 0x086831) is known color: Crusoe. HEX triplet: 08, 68 and 31. RGB value is (8,104,49). Sum of RGB (Red+Green+Blue) = 8+104+49=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #086831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086831 is #F797CE. Grayscale: #454545. Windows color (decimal): -16226255 or 3237896. OLE color: 3237896.

HSL color Cylindrical-coordinate representation of color #086831: hue angle of 145.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086831 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 104 49 -
CMYK 0.92 0 0.53 0.59
HSL 145.63º 0.86% 0.22% -
HSV(B) 145.63º 0.92% 0.41% -
XYZ 5.6 10.17 4.57 -
YUV 69.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 8 104 49 0.92 0 0.53 0.59 145.63 0.86 0.22
Hex 8 68 31 5C 0 35 3B 92 56 16
Octal 10 150 61 134 0 65 73 222 126 26
Binary 1000 1101000 110001 1011100 0 110101 111011 10010010 1010110 10110

Color Harmonies of #086831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086831

Black with #086831

Text Example


Text Example

White with #086831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086831; }

 p { color: rgb(8,104,49); }

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

background-color css

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

 a { background-color: rgb(8,104,49); }

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

border-color css

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

 span { border-color: rgb(8,104,49); }

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