#066142

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

Shades of Jewel #066142

Tints of Jewel #066142

Color information

#066142 (or 0x066142) is unknown color: approx Jewel. HEX triplet: 06, 61 and 42. RGB value is (6,97,66). Sum of RGB (Red+Green+Blue) = 6+97+66=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #066142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066142 is #F99EBD. Grayscale: #424242. Windows color (decimal): -16359102 or 4350214. OLE color: 4350214.

HSL color Cylindrical-coordinate representation of color #066142: hue angle of 159.56º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066142 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB69766-
CMYK0.9400.320.62
HSL159.56º88.35%20.2%-
HSV(B)159.56º93.81%38.04%-
XYZ5.338.986.61-
YUV66.26127.8585.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=3.55%
G=57.40%
B=39.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697660.9400.320.62159.5688.3520.2
Hex661425E0203Ea05814
Octal61411021360407624013024
Binary110110000110000101011110010000011111010100000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066142; }

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

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

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

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

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

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

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

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