Html Css Color HEX #698520 Olive Drab

📋 copy color: '#698520'

red 105 ◦ green 133 ◦ blue 32

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

Shades of Olive Drab #698520

Tints of Olive Drab #698520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.26%

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

R = 38.89%
G = 49.26%
B = 11.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#698520 (or 0x698520) is known color: Olive Drab. HEX triplet: 69, 85 and 20. RGB value is (105,133,32). Sum of RGB (Red+Green+Blue) = 105+133+32=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #698520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698520 is #967ADF. Grayscale: #717171. Windows color (decimal): -9861856 or 2131305. OLE color: 2131305.

HSL color Cylindrical-coordinate representation of color #698520: hue angle of 76.63º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #698520 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 32 -
CMYK 0.21 0 0.76 0.48
HSL 76.63º 0.61% 0.32% -
HSV(B) 76.63º 0.76% 0.52% -
XYZ 14.47 19.88 4.44 -
YUV 113.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 105 133 32 0.21 0 0.76 0.48 76.63 0.61 0.32
Hex 69 85 20 15 0 4C 30 4D 3D 20
Octal 151 205 40 25 0 114 60 115 75 40
Binary 1101001 10000101 100000 10101 0 1001100 110000 1001101 111101 100000

Color Harmonies of #698520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698520

Black with #698520

Text Example


Text Example

White with #698520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698520; }

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

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

background-color css

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

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

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

border-color css

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

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

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