#066B3F

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

Shades of Jewel #066B3F

Tints of Jewel #066B3F

Color information

#066B3F (or 0x066B3F) is unknown color: approx Jewel. HEX triplet: 06, 6B and 3F. RGB value is (6,107,63). Sum of RGB (Red+Green+Blue) = 6+107+63=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #066B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066B3F is #F994C0. Grayscale: #474747. Windows color (decimal): -16356545 or 4156166. OLE color: 4156166.

HSL color Cylindrical-coordinate representation of color #066B3F: hue angle of 153.86º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B3F is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB610763-
CMYK0.9400.410.58
HSL153.86º89.38%22.16%-
HSV(B)153.86º94.39%41.96%-
XYZ6.2310.916.48-
YUV71.78123.0481.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 107 (42.19% from 255) = 60.80%
BLUE value IS 63 (25% from 255) = 35.80%
R=3.41%
G=60.80%
B=35.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6107630.9400.410.58153.8689.3822.16
Hex66B3F5E0293A9a5916
Octal6153771360517223213126
Binary11011010111111111011110010100111101010011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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