#086645

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

Shades of Jewel #086645

Tints of Jewel #086645

Color information

#086645 (or 0x086645) is unknown color: approx Jewel. HEX triplet: 08, 66 and 45. RGB value is (8,102,69). Sum of RGB (Red+Green+Blue) = 8+102+69=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #086645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086645 is #F799BA. Grayscale: #464646. Windows color (decimal): -16226747 or 4548104. OLE color: 4548104.

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

Color convert

RGB810269-
CMYK0.9200.320.6
HSL158.94º85.45%21.57%-
HSV(B)158.94º92.16%40%-
XYZ5.939.987.25-
YUV70.13127.3683.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.47%
GREEN value IS 102 (40.23% from 255) = 56.98%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=4.47%
G=56.98%
B=38.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102690.9200.320.6158.9485.4521.57
Hex866455C0203C9f5516
Octal101461051340407423712526
Binary1000110011010001011011100010000011110010011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086645; }

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

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

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

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

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

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

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

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