#086F42

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

Shades of Jewel #086F42

Tints of Jewel #086F42

Color information

#086F42 (or 0x086F42) is unknown color: approx Jewel. HEX triplet: 08, 6F and 42. RGB value is (8,111,66). Sum of RGB (Red+Green+Blue) = 8+111+66=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 111 (43.75% from 255 or 60% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 111 - color contains mainly: green. Hex color #086F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F42 is #F790BD. Grayscale: #4B4B4B. Windows color (decimal): -16224446 or 4353800. OLE color: 4353800.

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

Color convert

RGB811166-
CMYK0.9300.410.56
HSL153.79º86.55%23.33%-
HSV(B)153.79º92.79%43.53%-
XYZ6.7711.817.08-
YUV75.07122.8880.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 111 (43.75% from 255) = 60%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=4.32%
G=60%
B=35.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111660.9300.410.56153.7986.5523.33
Hex86F425D029389a5717
Octal101571021350517023212727
Binary1000110111110000101011101010100111100010011010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #086F42;
 }
 .AnyTagClassName
 {
   color: #086F42;
 }
</style>
background-color css

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

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

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

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

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

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