Html Css Color HEX #696934 Verdigris

📋 copy color: '#696934'

red 105 ◦ green 105 ◦ blue 52

#696934
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #696934

Tints of Verdigris #696934

RGB

 RED value IS 105 (41.41% from 255) = 40.08%

 GREEN value IS 105 (41.41% from 255) = 40.08%

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 40.08%
G = 40.08%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#696934 (or 0x696934) is known color: Verdigris. HEX triplet: 69, 69 and 34. RGB value is (105,105,52). Sum of RGB (Red+Green+Blue) = 105+105+52=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696934 is #9696CB. Grayscale: #636363. Windows color (decimal): -9869004 or 3434857. OLE color: 3434857.

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

Color convert

RGB 105 105 52 -
CMYK 0 0 0.50 0.59
HSL 60º 0.34% 0.31% -
HSV(B) 60º 0.5% 0.41% -
XYZ 11.5 13.35 5.22 -
YUV 98.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 105 105 52 0 0 0.50 0.59 60 0.34 0.31
Hex 69 69 34 0 0 32 3B 3C 22 1F
Octal 151 151 64 0 0 62 73 74 42 37
Binary 1101001 1101001 110100 0 0 110010 111011 111100 100010 11111

Color Harmonies of #696934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696934

Black with #696934

Text Example


Text Example

White with #696934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696934; }

 p { color: rgb(105,105,52); }

 H1.HeaderClassName
 {
   color: #696934;
 }
 .AnyTagClassName
 {
   color: #696934;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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