#086644

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

Shades of Jewel #086644

Tints of Jewel #086644

Color information

#086644 (or 0x086644) is unknown color: approx Jewel. HEX triplet: 08, 66 and 44. RGB value is (8,102,68). Sum of RGB (Red+Green+Blue) = 8+102+68=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #086644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086644 is #F799BB. Grayscale: #464646. Windows color (decimal): -16226748 or 4482568. OLE color: 4482568.

HSL color Cylindrical-coordinate representation of color #086644: hue angle of 158.3º degrees, saturation: 0.85, 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 #086644 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB810268-
CMYK0.9200.330.6
HSL158.3º85.45%21.57%-
HSV(B)158.3º92.16%40%-
XYZ5.899.977.08-
YUV70.02126.8683.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 102 (40.23% from 255) = 57.30%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=4.49%
G=57.30%
B=38.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102680.9200.330.6158.385.4521.57
Hex866445C0213C9e5516
Octal101461041340417423612526
Binary1000110011010001001011100010000111110010011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086644; }

 p { color: rgb(8,102,68); }

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

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

 a { background-color: rgb(8,102,68); }

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

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

 span { border-color: rgb(8,102,68); }

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