#06663C

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

Shades of Jewel #06663C

Tints of Jewel #06663C

Color information

#06663C (or 0x06663C) is unknown color: approx Jewel. HEX triplet: 06, 66 and 3C. RGB value is (6,102,60). Sum of RGB (Red+Green+Blue) = 6+102+60=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #06663C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06663C is #F999C3. Grayscale: #444444. Windows color (decimal): -16357828 or 3958278. OLE color: 3958278.

HSL color Cylindrical-coordinate representation of color #06663C: hue angle of 153.75º 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 #06663C is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB610260-
CMYK0.9400.410.6
HSL153.75º88.89%21.18%-
HSV(B)153.75º94.12%40%-
XYZ5.649.875.88-
YUV68.51123.283.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 102 (40.23% from 255) = 60.71%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=3.57%
G=60.71%
B=35.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102600.9400.410.6153.7588.8921.18
Hex6663C5E0293C9a5915
Octal6146741360517423213125
Binary11011001101111001011110010100111110010011010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06663C; }

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

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

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

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

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

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

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

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