#066a41

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

Shades of Jewel #066A41

Tints of Jewel #066A41

Color information

#066A41 (or 0x066A41) is unknown color: approx Jewel. HEX triplet: 06, 6A and 41. RGB value is (6,106,65). Sum of RGB (Red+Green+Blue) = 6+106+65=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 106 (41.80% from 255 or 59.89% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 106 - color contains mainly: green. Hex color #066A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066A41 is #F995BE. Grayscale: #474747. Windows color (decimal): -16356799 or 4286982. OLE color: 4286982.

HSL color Cylindrical-coordinate representation of color #066A41: hue angle of 155.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066A41 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB610665-
CMYK0.9400.390.58
HSL155.4º89.29%21.96%-
HSV(B)155.4º94.34%41.57%-
XYZ6.1810.736.75-
YUV71.43124.3781.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 106 (41.80% from 255) = 59.89%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=3.39%
G=59.89%
B=36.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6106650.9400.390.58155.489.2921.96
Hex66A415E0273A9b5916
Octal61521011360477223313126
Binary110110101010000011011110010011111101010011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066a41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066a41; }

 p { color: rgb(6,106,65); }

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

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

 a { background-color: rgb(6,106,65); }

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

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

 span { border-color: rgb(6,106,65); }

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