#066E3E

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

Shades of Jewel #066E3E

Tints of Jewel #066E3E

Color information

#066E3E (or 0x066E3E) is unknown color: approx Jewel. HEX triplet: 06, 6E and 3E. RGB value is (6,110,62). Sum of RGB (Red+Green+Blue) = 6+110+62=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 110 (43.36% from 255 or 61.80% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 110 - color contains mainly: green. Hex color #066E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066E3E is #F991C1. Grayscale: #494949. Windows color (decimal): -16355778 or 4091398. OLE color: 4091398.

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

Color convert

RGB611062-
CMYK0.9500.440.57
HSL152.31º89.66%22.75%-
HSV(B)152.31º94.55%43.14%-
XYZ6.5211.546.44-
YUV73.43121.5479.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.37%
GREEN value IS 110 (43.36% from 255) = 61.80%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=3.37%
G=61.80%
B=34.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6110620.9500.440.57152.3189.6622.75
Hex66E3E5F02C39985a17
Octal6156761370547123013227
Binary11011011101111101011111010110011100110011000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,110,62); }

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

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

 a { background-color: rgb(6,110,62); }

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

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

 span { border-color: rgb(6,110,62); }

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