Html Css Color HEX #686938 Verdigris

📋 copy color: '#686938'

red 104 ◦ green 105 ◦ blue 56

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

Shades of Verdigris #686938

Tints of Verdigris #686938

RGB

 RED value IS 104 (41.02% from 255) = 39.25%

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

 BLUE value IS 56 (22.27% from 255) = 21.13%

R = 39.25%
G = 39.62%
B = 21.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#686938 (or 0x686938) is known color: Verdigris. HEX triplet: 68, 69 and 38. RGB value is (104,105,56). Sum of RGB (Red+Green+Blue) = 104+105+56=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #686938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686938 is #9796C7. Grayscale: #636363. Windows color (decimal): -9934536 or 3697000. OLE color: 3697000.

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

Color convert

RGB 104 105 56 -
CMYK 0.01 0 0.47 0.59
HSL 61.22º 0.3% 0.32% -
HSV(B) 61.22º 0.47% 0.41% -
XYZ 11.47 13.33 5.71 -
YUV 99.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 104 105 56 0.01 0 0.47 0.59 61.22 0.3 0.32
Hex 68 69 38 1 0 2F 3B 3D 1E 20
Octal 150 151 70 1 0 57 73 75 36 40
Binary 1101000 1101001 111000 1 0 101111 111011 111101 11110 100000

Color Harmonies of #686938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686938

Black with #686938

Text Example


Text Example

White with #686938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686938; }

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

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

background-color css

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

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

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

border-color css

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

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

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