#066643

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

Shades of Jewel #066643

Tints of Jewel #066643

Color information

#066643 (or 0x066643) is unknown color: approx Jewel. HEX triplet: 06, 66 and 43. RGB value is (6,102,67). Sum of RGB (Red+Green+Blue) = 6+102+67=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #066643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066643 is #F999BC. Grayscale: #454545. Windows color (decimal): -16357821 or 4417030. OLE color: 4417030.

HSL color Cylindrical-coordinate representation of color #066643: hue angle of 158.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066643 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.6.

Color convert

RGB610267-
CMYK0.9400.340.6
HSL158.12º88.89%21.18%-
HSV(B)158.12º94.12%40%-
XYZ5.849.956.92-
YUV69.31126.782.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.43%
GREEN value IS 102 (40.23% from 255) = 58.29%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=3.43%
G=58.29%
B=38.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102670.9400.340.6158.1288.8921.18
Hex666435E0223C9e5915
Octal61461031360427423613125
Binary110110011010000111011110010001011110010011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066643; }

 p { color: rgb(6,102,67); }

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

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

 a { background-color: rgb(6,102,67); }

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

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

 span { border-color: rgb(6,102,67); }

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