#666937

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

Shades of Verdigris #666937

Tints of Verdigris #666937

Color information

#666937 (or 0x666937) is unknown color: approx Verdigris. HEX triplet: 66, 69 and 37. RGB value is (102,105,55). Sum of RGB (Red+Green+Blue) = 102+105+55=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #666937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666937 is #9996C8. Grayscale: #626262. Windows color (decimal): -10065609 or 3631462. OLE color: 3631462.

HSL color Cylindrical-coordinate representation of color #666937: hue angle of 63.6º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666937 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB10210555-
CMYK0.0300.480.59
HSL63.6º31.25%31.37%-
HSV(B)63.6º47.62%41.18%-
XYZ11.2213.25.57-
YUV98.4103.51130.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 105 (41.41% from 255) = 40.08%
BLUE value IS 55 (21.88% from 255) = 20.99%
R=38.93%
G=40.08%
B=20.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105550.0300.480.5963.631.2531.37
Hex66693730303B401f1f
Octal146151673060731003737
Binary1100110110100111011111011000011101110000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666937; }

 p { color: rgb(102,105,55); }

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

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

 a { background-color: rgb(102,105,55); }

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

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

 span { border-color: rgb(102,105,55); }

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