#066944

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

Shades of Jewel #066944

Tints of Jewel #066944

Color information

#066944 (or 0x066944) is unknown color: approx Jewel. HEX triplet: 06, 69 and 44. RGB value is (6,105,68). Sum of RGB (Red+Green+Blue) = 6+105+68=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 105 (41.41% from 255 or 58.66% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 105 - color contains mainly: green. Hex color #066944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066944 is #F996BB. Grayscale: #474747. Windows color (decimal): -16357052 or 4483334. OLE color: 4483334.

HSL color Cylindrical-coordinate representation of color #066944: hue angle of 157.58º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066944 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB610568-
CMYK0.9400.350.59
HSL157.58º89.19%21.76%-
HSV(B)157.58º94.29%41.18%-
XYZ6.1710.567.18-
YUV71.18126.281.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 105 (41.41% from 255) = 58.66%
BLUE value IS 68 (26.95% from 255) = 37.99%
R=3.35%
G=58.66%
B=37.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105680.9400.350.59157.5889.1921.76
Hex669445E0233B9e5916
Octal61511041360437323613126
Binary110110100110001001011110010001111101110011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066944; }

 p { color: rgb(6,105,68); }

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

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

 a { background-color: rgb(6,105,68); }

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

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

 span { border-color: rgb(6,105,68); }

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