Html Css Color HEX #086040 Jewel

📋 copy color: '#086040'

red 8 ◦ green 96 ◦ blue 64

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

Shades of Jewel #086040

Tints of Jewel #086040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 4.76%
G = 57.14%
B = 38.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#086040 (or 0x086040) is known color: Jewel. HEX triplet: 08, 60 and 40. RGB value is (8,96,64). Sum of RGB (Red+Green+Blue) = 8+96+64=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #086040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086040 is #F79FBF. Grayscale: #424242. Windows color (decimal): -16228288 or 4218888. OLE color: 4218888.

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

Color convert

RGB 8 96 64 -
CMYK 0.92 0 0.33 0.62
HSL 158.18º 0.85% 0.2% -
HSV(B) 158.18º 0.92% 0.38% -
XYZ 5.21 8.79 6.27 -
YUV 66.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 8 96 64 0.92 0 0.33 0.62 158.18 0.85 0.2
Hex 8 60 40 5C 0 21 3E 9E 55 14
Octal 10 140 100 134 0 41 76 236 125 24
Binary 1000 1100000 1000000 1011100 0 100001 111110 10011110 1010101 10100

Color Harmonies of #086040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086040

Black with #086040

Text Example


Text Example

White with #086040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086040; }

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

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

background-color css

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

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

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

border-color css

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

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

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