#066842

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

Shades of Jewel #066842

Tints of Jewel #066842

Color information

#066842 (or 0x066842) is unknown color: approx Jewel. HEX triplet: 06, 68 and 42. RGB value is (6,104,66). Sum of RGB (Red+Green+Blue) = 6+104+66=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #066842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066842 is #F997BD. Grayscale: #464646. Windows color (decimal): -16357310 or 4352006. OLE color: 4352006.

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

Color convert

RGB610466-
CMYK0.9400.370.59
HSL156.73º89.09%21.57%-
HSV(B)156.73º94.23%40.78%-
XYZ6.0110.336.83-
YUV70.37125.5382.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 104 (41.02% from 255) = 59.09%
BLUE value IS 66 (26.17% from 255) = 37.5%
R=3.41%
G=59.09%
B=37.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104660.9400.370.59156.7389.0921.57
Hex668425E0253B9d5916
Octal61501021360457323513126
Binary110110100010000101011110010010111101110011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066842; }

 p { color: rgb(6,104,66); }

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

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

 a { background-color: rgb(6,104,66); }

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

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

 span { border-color: rgb(6,104,66); }

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