Html Css Color HEX #696933 Verdigris

📋 copy color: '#696933'

red 105 ◦ green 105 ◦ blue 51

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

Shades of Verdigris #696933

Tints of Verdigris #696933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 40.23%
G = 40.23%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#696933 (or 0x696933) is known color: Verdigris. HEX triplet: 69, 69 and 33. RGB value is (105,105,51). Sum of RGB (Red+Green+Blue) = 105+105+51=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696933 is #9696CC. Grayscale: #636363. Windows color (decimal): -9869005 or 3369321. OLE color: 3369321.

HSL color Cylindrical-coordinate representation of color #696933: hue angle of 60º 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 #696933 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 105 51 -
CMYK 0 0 0.51 0.59
HSL 60º 0.35% 0.31% -
HSV(B) 60º 0.51% 0.41% -
XYZ 11.47 13.35 5.1 -
YUV 98.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 105 105 51 0 0 0.51 0.59 60 0.35 0.31
Hex 69 69 33 0 0 33 3B 3C 23 1F
Octal 151 151 63 0 0 63 73 74 43 37
Binary 1101001 1101001 110011 0 0 110011 111011 111100 100011 11111

Color Harmonies of #696933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696933

Black with #696933

Text Example


Text Example

White with #696933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696933; }

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

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

background-color css

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

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

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

border-color css

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

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

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