Html Css Color HEX #086031 Crusoe

📋 copy color: '#086031'

red 8 ◦ green 96 ◦ blue 49

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

Shades of Crusoe #086031

Tints of Crusoe #086031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 62.75%

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

R = 5.23%
G = 62.75%
B = 32.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#086031 (or 0x086031) is known color: Crusoe. HEX triplet: 08, 60 and 31. RGB value is (8,96,49). Sum of RGB (Red+Green+Blue) = 8+96+49=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #086031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086031 is #F79FCE. Grayscale: #404040. Windows color (decimal): -16228303 or 3235848. OLE color: 3235848.

HSL color Cylindrical-coordinate representation of color #086031: hue angle of 147.95º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086031 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 49 -
CMYK 0.92 0 0.49 0.62
HSL 147.95º 0.85% 0.2% -
HSV(B) 147.95º 0.92% 0.38% -
XYZ 4.84 8.64 4.32 -
YUV 64.33 119.35 87.82 -
System Red Green Blue C M Y K H S L
Decimal 8 96 49 0.92 0 0.49 0.62 147.95 0.85 0.2
Hex 8 60 31 5C 0 31 3E 94 55 14
Octal 10 140 61 134 0 61 76 224 125 24
Binary 1000 1100000 110001 1011100 0 110001 111110 10010100 1010101 10100

Color Harmonies of #086031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086031

Black with #086031

Text Example


Text Example

White with #086031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086031; }

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

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

background-color css

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

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

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

border-color css

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

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

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