#666938

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

Shades of Verdigris #666938

Tints of Verdigris #666938

Color information

#666938 (or 0x666938) is unknown color: approx Verdigris. HEX triplet: 66, 69 and 38. RGB value is (102,105,56). Sum of RGB (Red+Green+Blue) = 102+105+56=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #666938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666938 is #9996C7. Grayscale: #626262. Windows color (decimal): -10065608 or 3696998. OLE color: 3696998.

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

Color convert

RGB10210556-
CMYK0.0300.470.59
HSL63.67º30.43%31.57%-
HSV(B)63.67º46.67%41.18%-
XYZ11.2413.215.7-
YUV98.52104.01130.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=38.78%
G=39.92%
B=21.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105560.0300.470.5963.6730.4331.57
Hex666938302F3B401e20
Octal146151703057731003640
Binary11001101101001111000110101111111011100000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666938; }

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

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

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

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

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

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

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

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