Html Css Color HEX #086A3D Jewel

📋 copy color: '#086A3D'

red 8 ◦ green 106 ◦ blue 61

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

Shades of Jewel #086A3D

Tints of Jewel #086A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.86%

R = 4.57%
G = 60.57%
B = 34.86%

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

#086A3D (or 0x086A3D) is known color: Jewel. HEX triplet: 08, 6A and 3D. RGB value is (8,106,61). Sum of RGB (Red+Green+Blue) = 8+106+61=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 106 (41.80% from 255 or 60.57% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 106 - color contains mainly: green. Hex color #086A3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A3D is #F795C2. Grayscale: #474747. Windows color (decimal): -16225731 or 4024840. OLE color: 4024840.

HSL color Cylindrical-coordinate representation of color #086A3D: hue angle of 152.45º 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 #086A3D is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 106 61 -
CMYK 0.92 0 0.42 0.58
HSL 152.45º 0.86% 0.22% -
HSV(B) 152.45º 0.92% 0.42% -
XYZ 6.1 10.7 6.16 -
YUV 71.57 122.03 82.66 -
System Red Green Blue C M Y K H S L
Decimal 8 106 61 0.92 0 0.42 0.58 152.45 0.86 0.22
Hex 8 6A 3D 5C 0 2A 3A 98 56 16
Octal 10 152 75 134 0 52 72 230 126 26
Binary 1000 1101010 111101 1011100 0 101010 111010 10011000 1010110 10110

Color Harmonies of #086A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086A3D

Black with #086A3D

Text Example


Text Example

White with #086A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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