Html Css Color HEX #086C3D Jewel

📋 copy color: '#086C3D'

red 8 ◦ green 108 ◦ blue 61

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

Shades of Jewel #086C3D

Tints of Jewel #086C3D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 61.02%

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

R = 4.52%
G = 61.02%
B = 34.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#086C3D (or 0x086C3D) is known color: Jewel. HEX triplet: 08, 6C and 3D. RGB value is (8,108,61). Sum of RGB (Red+Green+Blue) = 8+108+61=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 108 (42.58% from 255 or 61.02% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 108 - color contains mainly: green. Hex color #086C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C3D is #F793C2. Grayscale: #484848. Windows color (decimal): -16225219 or 4025352. OLE color: 4025352.

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

Color convert

RGB 8 108 61 -
CMYK 0.93 0 0.44 0.58
HSL 151.8º 0.86% 0.23% -
HSV(B) 151.8º 0.93% 0.42% -
XYZ 6.31 11.11 6.23 -
YUV 72.74 121.37 81.82 -
System Red Green Blue C M Y K H S L
Decimal 8 108 61 0.93 0 0.44 0.58 151.8 0.86 0.23
Hex 8 6C 3D 5D 0 2C 3A 98 56 17
Octal 10 154 75 135 0 54 72 230 126 27
Binary 1000 1101100 111101 1011101 0 101100 111010 10011000 1010110 10111

Color Harmonies of #086C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C3D

Black with #086C3D

Text Example


Text Example

White with #086C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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