Html Css Color HEX #086F40 Jewel

📋 copy color: '#086F40'

red 8 ◦ green 111 ◦ blue 64

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

Shades of Jewel #086F40

Tints of Jewel #086F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 60.66%

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

R = 4.37%
G = 60.66%
B = 34.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#086F40 (or 0x086F40) is known color: Jewel. HEX triplet: 08, 6F and 40. RGB value is (8,111,64). Sum of RGB (Red+Green+Blue) = 8+111+64=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #086F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F40 is #F790BF. Grayscale: #4A4A4A. Windows color (decimal): -16224448 or 4222728. OLE color: 4222728.

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

Color convert

RGB 8 111 64 -
CMYK 0.93 0 0.42 0.56
HSL 152.62º 0.87% 0.23% -
HSV(B) 152.62º 0.93% 0.44% -
XYZ 6.71 11.79 6.77 -
YUV 74.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 8 111 64 0.93 0 0.42 0.56 152.62 0.87 0.23
Hex 8 6F 40 5D 0 2A 38 99 57 17
Octal 10 157 100 135 0 52 70 231 127 27
Binary 1000 1101111 1000000 1011101 0 101010 111000 10011001 1010111 10111

Color Harmonies of #086F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F40

Black with #086F40

Text Example


Text Example

White with #086F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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