Html Css Color HEX #698620 Olive Drab

📋 copy color: '#698620'

red 105 ◦ green 134 ◦ blue 32

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

Shades of Olive Drab #698620

Tints of Olive Drab #698620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.45%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 38.75%
G = 49.45%
B = 11.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#698620 (or 0x698620) is known color: Olive Drab. HEX triplet: 69, 86 and 20. RGB value is (105,134,32). Sum of RGB (Red+Green+Blue) = 105+134+32=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #698620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698620 is #9679DF. Grayscale: #727272. Windows color (decimal): -9861600 or 2131561. OLE color: 2131561.

HSL color Cylindrical-coordinate representation of color #698620: hue angle of 77.06º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #698620 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 134 32 -
CMYK 0.22 0 0.76 0.47
HSL 77.06º 0.61% 0.33% -
HSV(B) 77.06º 0.76% 0.53% -
XYZ 14.61 20.16 4.49 -
YUV 113.7 81.89 121.79 -
System Red Green Blue C M Y K H S L
Decimal 105 134 32 0.22 0 0.76 0.47 77.06 0.61 0.33
Hex 69 86 20 16 0 4C 2F 4D 3D 21
Octal 151 206 40 26 0 114 57 115 75 41
Binary 1101001 10000110 100000 10110 0 1001100 101111 1001101 111101 100001

Color Harmonies of #698620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698620

Black with #698620

Text Example


Text Example

White with #698620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698620; }

 p { color: rgb(105,134,32); }

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

background-color css

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

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

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

border-color css

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

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

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