#086045

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

Shades of Jewel #086045

Tints of Jewel #086045

Color information

#086045 (or 0x086045) is unknown color: approx Jewel. HEX triplet: 08, 60 and 45. RGB value is (8,96,69). Sum of RGB (Red+Green+Blue) = 8+96+69=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #086045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086045 is #F79FBA. Grayscale: #424242. Windows color (decimal): -16228283 or 4546568. OLE color: 4546568.

HSL color Cylindrical-coordinate representation of color #086045: hue angle of 161.59º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086045 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB89669-
CMYK0.9200.280.62
HSL161.59º84.62%20.39%-
HSV(B)161.59º91.67%37.65%-
XYZ5.368.857.06-
YUV66.61129.3586.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=4.62%
G=55.49%
B=39.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896690.9200.280.62161.5984.6220.39
Hex860455C01C3Ea25514
Octal101401051340347624212524
Binary100011000001000101101110001110011111010100010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086045; }

 p { color: rgb(8,96,69); }

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

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

 a { background-color: rgb(8,96,69); }

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

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

 span { border-color: rgb(8,96,69); }

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