Html Css Color HEX #086A3E Jewel

📋 copy color: '#086A3E'

red 8 ◦ green 106 ◦ blue 62

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

Shades of Jewel #086A3E

Tints of Jewel #086A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 60.23%

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 4.55%
G = 60.23%
B = 35.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#086A3E (or 0x086A3E) is known color: Jewel. HEX triplet: 08, 6A and 3E. RGB value is (8,106,62). Sum of RGB (Red+Green+Blue) = 8+106+62=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 106 (41.80% from 255 or 60.23% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 106 - color contains mainly: green. Hex color #086A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A3E is #F795C1. Grayscale: #474747. Windows color (decimal): -16225730 or 4090376. OLE color: 4090376.

HSL color Cylindrical-coordinate representation of color #086A3E: hue angle of 153.06º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A3E is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 106 62 -
CMYK 0.92 0 0.42 0.58
HSL 153.06º 0.86% 0.22% -
HSV(B) 153.06º 0.92% 0.42% -
XYZ 6.12 10.71 6.3 -
YUV 71.68 122.53 82.58 -
System Red Green Blue C M Y K H S L
Decimal 8 106 62 0.92 0 0.42 0.58 153.06 0.86 0.22
Hex 8 6A 3E 5C 0 2A 3A 99 56 16
Octal 10 152 76 134 0 52 72 231 126 26
Binary 1000 1101010 111110 1011100 0 101010 111010 10011001 1010110 10110

Color Harmonies of #086A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086A3E

Black with #086A3E

Text Example


Text Example

White with #086A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086A3E; }

 p { color: rgb(8,106,62); }

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

background-color css

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

 a { background-color: rgb(8,106,62); }

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

border-color css

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

 span { border-color: rgb(8,106,62); }

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