#066F3F

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

Shades of Jewel #066F3F

Tints of Jewel #066F3F

Color information

#066F3F (or 0x066F3F) is unknown color: approx Jewel. HEX triplet: 06, 6F and 3F. RGB value is (6,111,63). Sum of RGB (Red+Green+Blue) = 6+111+63=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 111 (43.75% from 255 or 61.67% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 111 - color contains mainly: green. Hex color #066F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F3F is #F990C0. Grayscale: #4A4A4A. Windows color (decimal): -16355521 or 4157190. OLE color: 4157190.

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

Color convert

RGB611163-
CMYK0.9500.430.56
HSL152.57º89.74%22.94%-
HSV(B)152.57º94.59%43.53%-
XYZ6.6611.776.62-
YUV74.13121.7179.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 111 (43.75% from 255) = 61.67%
BLUE value IS 63 (25% from 255) = 35%
R=3.33%
G=61.67%
B=35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6111630.9500.430.56152.5789.7422.94
Hex66F3F5F02B38995a17
Octal6157771370537023113227
Binary11011011111111111011111010101111100010011001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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