#696C38

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

Shades of Verdigris #696C38

Tints of Verdigris #696C38

Color information

#696C38 (or 0x696C38) is unknown color: approx Verdigris. HEX triplet: 69, 6C and 38. RGB value is (105,108,56). Sum of RGB (Red+Green+Blue) = 105+108+56=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 108 - color contains mainly: green. Hex color #696C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C38 is #9693C7. Grayscale: #656565. Windows color (decimal): -9868232 or 3697769. OLE color: 3697769.

HSL color Cylindrical-coordinate representation of color #696C38: hue angle of 63.46º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696C38 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB10510856-
CMYK0.0300.480.58
HSL63.46º31.71%32.16%-
HSV(B)63.46º48.15%42.35%-
XYZ11.914.015.82-
YUV101.18102.51130.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 108 (42.58% from 255) = 40.15%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=39.03%
G=40.15%
B=20.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105108560.0300.480.5863.4631.7132.16
Hex696C3830303A3f2020
Octal15115470306072774040
Binary11010011101100111000110110000111010111111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696C38; }

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

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

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

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

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

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

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

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