#066D3B

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

Shades of Jewel #066D3B

Tints of Jewel #066D3B

Color information

#066D3B (or 0x066D3B) is unknown color: approx Jewel. HEX triplet: 06, 6D and 3B. RGB value is (6,109,59). Sum of RGB (Red+Green+Blue) = 6+109+59=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 109 (42.97% from 255 or 62.64% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 109 - color contains mainly: green. Hex color #066D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066D3B is #F992C4. Grayscale: #484848. Windows color (decimal): -16356037 or 3894534. OLE color: 3894534.

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

Color convert

RGB610959-
CMYK0.9400.460.57
HSL150.87º89.57%22.55%-
HSV(B)150.87º94.5%42.75%-
XYZ6.3311.295.98-
YUV72.5120.3880.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.45%
GREEN value IS 109 (42.97% from 255) = 62.64%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=3.45%
G=62.64%
B=33.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6109590.9400.460.57150.8789.5722.55
Hex66D3B5E02E39975a17
Octal6155731360567122713227
Binary11011011011110111011110010111011100110010111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,109,59); }

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

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

 a { background-color: rgb(6,109,59); }

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

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

 span { border-color: rgb(6,109,59); }

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