Html Css Color HEX #086840 Jewel

📋 copy color: '#086840'

red 8 ◦ green 104 ◦ blue 64

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

Shades of Jewel #086840

Tints of Jewel #086840

RGB

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

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

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

R = 4.55%
G = 59.09%
B = 36.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#086840 (or 0x086840) is known color: Jewel. HEX triplet: 08, 68 and 40. RGB value is (8,104,64). Sum of RGB (Red+Green+Blue) = 8+104+64=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #086840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086840 is #F797BF. Grayscale: #464646. Windows color (decimal): -16226240 or 4220936. OLE color: 4220936.

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

Color convert

RGB 8 104 64 -
CMYK 0.92 0 0.38 0.59
HSL 155º 0.86% 0.22% -
HSV(B) 155º 0.92% 0.41% -
XYZ 5.98 10.32 6.53 -
YUV 70.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 8 104 64 0.92 0 0.38 0.59 155 0.86 0.22
Hex 8 68 40 5C 0 26 3B 9B 56 16
Octal 10 150 100 134 0 46 73 233 126 26
Binary 1000 1101000 1000000 1011100 0 100110 111011 10011011 1010110 10110

Color Harmonies of #086840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086840

Black with #086840

Text Example


Text Example

White with #086840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086840; }

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

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

background-color css

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

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

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

border-color css

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

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

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