Html Css Color HEX #686933 Verdigris

📋 copy color: '#686933'

red 104 ◦ green 105 ◦ blue 51

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

Shades of Verdigris #686933

Tints of Verdigris #686933

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 value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#686933 (or 0x686933) is known color: 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

RGB 104 105 51 -
CMYK 0.01 0 0.51 0.59
HSL 61.11º 0.35% 0.31% -
HSV(B) 61.11º 0.51% 0.41% -
XYZ 11.36 13.29 5.1 -
YUV 98.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 104 105 51 0.01 0 0.51 0.59 61.11 0.35 0.31
Hex 68 69 33 1 0 33 3B 3D 23 1F
Octal 150 151 63 1 0 63 73 75 43 37
Binary 1101000 1101001 110011 1 0 110011 111011 111101 100011 11111

Color Harmonies of #686933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686933

Black with #686933

Text Example


Text Example

White with #686933

Text Example


Text Example

HTML Codes & Css Web 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>