Html Css Color HEX #086C44 Jewel

📋 copy color: '#086C44'

red 8 ◦ green 108 ◦ blue 68

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

Shades of Jewel #086C44

Tints of Jewel #086C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.96%

R = 4.35%
G = 58.7%
B = 36.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#086C44 (or 0x086C44) is known color: Jewel. HEX triplet: 08, 6C and 44. RGB value is (8,108,68). Sum of RGB (Red+Green+Blue) = 8+108+68=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 108 (42.58% from 255 or 58.70% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 108 - color contains mainly: green. Hex color #086C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C44 is #F793BB. Grayscale: #494949. Windows color (decimal): -16225212 or 4484104. OLE color: 4484104.

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

Color convert

RGB 8 108 68 -
CMYK 0.93 0 0.37 0.58
HSL 156º 0.86% 0.23% -
HSV(B) 156º 0.93% 0.42% -
XYZ 6.51 11.19 7.29 -
YUV 73.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 8 108 68 0.93 0 0.37 0.58 156 0.86 0.23
Hex 8 6C 44 5D 0 25 3A 9C 56 17
Octal 10 154 104 135 0 45 72 234 126 27
Binary 1000 1101100 1000100 1011101 0 100101 111010 10011100 1010110 10111

Color Harmonies of #086C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C44

Black with #086C44

Text Example


Text Example

White with #086C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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