#066240

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

Shades of Jewel #066240

Tints of Jewel #066240

Color information

#066240 (or 0x066240) is unknown color: approx Jewel. HEX triplet: 06, 62 and 40. RGB value is (6,98,64). Sum of RGB (Red+Green+Blue) = 6+98+64=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #066240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066240 is #F99DBF. Grayscale: #424242. Windows color (decimal): -16358848 or 4219398. OLE color: 4219398.

HSL color Cylindrical-coordinate representation of color #066240: hue angle of 157.83º 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 #066240 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB69864-
CMYK0.9400.350.62
HSL157.83º88.46%20.39%-
HSV(B)157.83º93.88%38.43%-
XYZ5.379.146.33-
YUV66.62126.5284.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 98 (38.67% from 255) = 58.33%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=3.57%
G=58.33%
B=38.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal698640.9400.350.62157.8388.4620.39
Hex662405E0233E9e5814
Octal61421001360437623613024
Binary110110001010000001011110010001111111010011110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066240; }

 p { color: rgb(6,98,64); }

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

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

 a { background-color: rgb(6,98,64); }

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

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

 span { border-color: rgb(6,98,64); }

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