#686933

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

Shades of Verdigris #686933

Tints of Verdigris #686933

Color information

#686933 (or 0x686933) is unknown color: approx Verdigris. HEX triplet: 68, 69 and 33. RGB value is (104,105,51). Sum of RGB (Red+Green+Blue) = 104+105+51=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #686933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686933 is #9796CC. Grayscale: #626262. Windows color (decimal): -9934541 or 3369320. OLE color: 3369320.

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

Color convert

RGB10410551-
CMYK0.0100.510.59
HSL61.11º34.62%30.59%-
HSV(B)61.11º51.43%41.18%-
XYZ11.3613.295.1-
YUV98.54101.17131.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=40%
G=40.38%
B=19.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105510.0100.510.5961.1134.6230.59
Hex68693310333B3d231f
Octal15015163106373754337
Binary110100011010011100111011001111101111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686933; }

 p { color: rgb(104,105,51); }

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

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

 a { background-color: rgb(104,105,51); }

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

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

 span { border-color: rgb(104,105,51); }

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