Html Css Color HEX #086132 Crusoe

📋 copy color: '#086132'

red 8 ◦ green 97 ◦ blue 50

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

Shades of Crusoe #086132

Tints of Crusoe #086132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 62.58%

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

R = 5.16%
G = 62.58%
B = 32.26%

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

#086132 (or 0x086132) is known color: Crusoe. HEX triplet: 08, 61 and 32. RGB value is (8,97,50). Sum of RGB (Red+Green+Blue) = 8+97+50=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #086132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086132 is #F79ECD. Grayscale: #414141. Windows color (decimal): -16228046 or 3301640. OLE color: 3301640.

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

Color convert

RGB 8 97 50 -
CMYK 0.92 0 0.48 0.62
HSL 148.31º 0.85% 0.21% -
HSV(B) 148.31º 0.92% 0.38% -
XYZ 4.95 8.83 4.46 -
YUV 65.03 119.51 87.32 -
System Red Green Blue C M Y K H S L
Decimal 8 97 50 0.92 0 0.48 0.62 148.31 0.85 0.21
Hex 8 61 32 5C 0 30 3E 94 55 15
Octal 10 141 62 134 0 60 76 224 125 25
Binary 1000 1100001 110010 1011100 0 110000 111110 10010100 1010101 10101

Color Harmonies of #086132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086132

Black with #086132

Text Example


Text Example

White with #086132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086132; }

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

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

background-color css

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

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

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

border-color css

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

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

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