#066B41

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

Shades of Jewel #066B41

Tints of Jewel #066B41

Color information

#066B41 (or 0x066B41) is unknown color: approx Jewel. HEX triplet: 06, 6B and 41. RGB value is (6,107,65). Sum of RGB (Red+Green+Blue) = 6+107+65=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 107 (42.19% from 255 or 60.11% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 107 - color contains mainly: green. Hex color #066B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066B41 is #F994BE. Grayscale: #484848. Windows color (decimal): -16356543 or 4287238. OLE color: 4287238.

HSL color Cylindrical-coordinate representation of color #066B41: hue angle of 155.05º 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 #066B41 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB610765-
CMYK0.9400.390.58
HSL155.05º89.38%22.16%-
HSV(B)155.05º94.39%41.96%-
XYZ6.2910.946.78-
YUV72.01124.0480.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.37%
GREEN value IS 107 (42.19% from 255) = 60.11%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=3.37%
G=60.11%
B=36.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6107650.9400.390.58155.0589.3822.16
Hex66B415E0273A9b5916
Octal61531011360477223313126
Binary110110101110000011011110010011111101010011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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