#086F40

Color #086F40 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #086F40

Tints of Jewel #086F40

Color information

#086F40 (or 0x086F40) is unknown color: approx 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

RGB811164-
CMYK0.9300.420.56
HSL152.62º86.55%23.33%-
HSV(B)152.62º92.79%43.53%-
XYZ6.7111.796.77-
YUV74.84121.8880.32-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111640.9300.420.56152.6286.5523.33
Hex86F405D02A38995717
Octal101571001350527023112727
Binary1000110111110000001011101010101011100010011001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>