Html Css Color HEX #086C40 Jewel

📋 copy color: '#086C40'

red 8 ◦ green 108 ◦ blue 64

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

Shades of Jewel #086C40

Tints of Jewel #086C40

RGB

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

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

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

R = 4.44%
G = 60%
B = 35.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#086C40 (or 0x086C40) is known color: Jewel. HEX triplet: 08, 6C and 40. RGB value is (8,108,64). Sum of RGB (Red+Green+Blue) = 8+108+64=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 108 (42.58% from 255 or 60% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 108 - color contains mainly: green. Hex color #086C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C40 is #F793BF. Grayscale: #494949. Windows color (decimal): -16225216 or 4221960. OLE color: 4221960.

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

Color convert

RGB 8 108 64 -
CMYK 0.93 0 0.41 0.58
HSL 153.6º 0.86% 0.23% -
HSV(B) 153.6º 0.93% 0.42% -
XYZ 6.39 11.15 6.67 -
YUV 73.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 8 108 64 0.93 0 0.41 0.58 153.6 0.86 0.23
Hex 8 6C 40 5D 0 29 3A 9A 56 17
Octal 10 154 100 135 0 51 72 232 126 27
Binary 1000 1101100 1000000 1011101 0 101001 111010 10011010 1010110 10111

Color Harmonies of #086C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C40

Black with #086C40

Text Example


Text Example

White with #086C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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