#066F3A

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

Shades of Jewel #066F3A

Tints of Jewel #066F3A

Color information

#066F3A (or 0x066F3A) is unknown color: approx Jewel. HEX triplet: 06, 6F and 3A. RGB value is (6,111,58). Sum of RGB (Red+Green+Blue) = 6+111+58=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 111 (43.75% from 255 or 63.43% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 111 - color contains mainly: green. Hex color #066F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F3A is #F990C5. Grayscale: #494949. Windows color (decimal): -16355526 or 3829510. OLE color: 3829510.

HSL color Cylindrical-coordinate representation of color #066F3A: hue angle of 149.71º 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 #066F3A is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB611158-
CMYK0.9500.480.56
HSL149.71º89.74%22.94%-
HSV(B)149.71º94.59%43.53%-
XYZ6.5211.715.92-
YUV73.56119.2179.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.43%
GREEN value IS 111 (43.75% from 255) = 63.43%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=3.43%
G=63.43%
B=33.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6111580.9500.480.56149.7189.7422.94
Hex66F3A5F03038965a17
Octal6157721370607022613227
Binary11011011111110101011111011000011100010010110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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