#086742

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

Shades of Jewel #086742

Tints of Jewel #086742

Color information

#086742 (or 0x086742) is unknown color: approx Jewel. HEX triplet: 08, 67 and 42. RGB value is (8,103,66). Sum of RGB (Red+Green+Blue) = 8+103+66=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #086742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086742 is #F798BD. Grayscale: #464646. Windows color (decimal): -16226494 or 4351752. OLE color: 4351752.

HSL color Cylindrical-coordinate representation of color #086742: hue angle of 156.63º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086742 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB810366-
CMYK0.9200.360.60
HSL156.63º85.59%21.76%-
HSV(B)156.63º92.23%40.39%-
XYZ5.9310.156.8-
YUV70.38125.5383.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.52%
GREEN value IS 103 (40.62% from 255) = 58.19%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=4.52%
G=58.19%
B=37.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8103660.9200.360.60156.6385.5921.76
Hex867425C0243C9d5616
Octal101471021340447423512626
Binary1000110011110000101011100010010011110010011101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086742; }

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

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

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

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

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

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

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

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