#086241

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

Shades of Jewel #086241

Tints of Jewel #086241

Color information

#086241 (or 0x086241) is unknown color: approx Jewel. HEX triplet: 08, 62 and 41. RGB value is (8,98,65). Sum of RGB (Red+Green+Blue) = 8+98+65=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #086241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086241 is #F79DBE. Grayscale: #434343. Windows color (decimal): -16227775 or 4284936. OLE color: 4284936.

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

Color convert

RGB89865-
CMYK0.9200.340.62
HSL158º84.91%20.78%-
HSV(B)158º91.84%38.43%-
XYZ5.429.176.48-
YUV67.33126.6885.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 98 (38.67% from 255) = 57.31%
BLUE value IS 65 (25.78% from 255) = 38.01%
R=4.68%
G=57.31%
B=38.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898650.9200.340.6215884.9120.78
Hex862415C0223E9e5515
Octal101421011340427623612525
Binary1000110001010000011011100010001011111010011110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086241; }

 p { color: rgb(8,98,65); }

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

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

 a { background-color: rgb(8,98,65); }

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

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

 span { border-color: rgb(8,98,65); }

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