Html Css Color HEX #086032 Crusoe

📋 copy color: '#086032'

red 8 ◦ green 96 ◦ blue 50

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

Shades of Crusoe #086032

Tints of Crusoe #086032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.47%

R = 5.19%
G = 62.34%
B = 32.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#086032 (or 0x086032) is known color: Crusoe. HEX triplet: 08, 60 and 32. RGB value is (8,96,50). Sum of RGB (Red+Green+Blue) = 8+96+50=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #086032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086032 is #F79FCD. Grayscale: #404040. Windows color (decimal): -16228302 or 3301384. OLE color: 3301384.

HSL color Cylindrical-coordinate representation of color #086032: hue angle of 148.64º 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 #086032 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 50 -
CMYK 0.92 0 0.48 0.62
HSL 148.64º 0.85% 0.2% -
HSV(B) 148.64º 0.92% 0.38% -
XYZ 4.86 8.65 4.43 -
YUV 64.44 119.85 87.74 -
System Red Green Blue C M Y K H S L
Decimal 8 96 50 0.92 0 0.48 0.62 148.64 0.85 0.2
Hex 8 60 32 5C 0 30 3E 95 55 14
Octal 10 140 62 134 0 60 76 225 125 24
Binary 1000 1100000 110010 1011100 0 110000 111110 10010101 1010101 10100

Color Harmonies of #086032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086032

Black with #086032

Text Example


Text Example

White with #086032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086032; }

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

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

background-color css

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

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

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

border-color css

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

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

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