#066F44

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

Shades of Jewel #066F44

Tints of Jewel #066F44

Color information

#066F44 (or 0x066F44) is unknown color: approx Jewel. HEX triplet: 06, 6F and 44. RGB value is (6,111,68). Sum of RGB (Red+Green+Blue) = 6+111+68=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 111 (43.75% from 255 or 60% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 111 - color contains mainly: green. Hex color #066F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F44 is #F990BB. Grayscale: #4A4A4A. Windows color (decimal): -16355516 or 4484870. OLE color: 4484870.

HSL color Cylindrical-coordinate representation of color #066F44: hue angle of 155.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F44 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB611168-
CMYK0.9500.390.56
HSL155.43º89.74%22.94%-
HSV(B)155.43º94.59%43.53%-
XYZ6.811.827.39-
YUV74.7124.2179-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 111 (43.75% from 255) = 60%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=3.24%
G=60%
B=36.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6111680.9500.390.56155.4389.7422.94
Hex66F445F027389b5a17
Octal61571041370477023313227
Binary110110111110001001011111010011111100010011011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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