Html Css Color HEX #698220 Olive Drab

📋 copy color: '#698220'

red 105 ◦ green 130 ◦ blue 32

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

Shades of Olive Drab #698220

Tints of Olive Drab #698220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.69%

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

R = 39.33%
G = 48.69%
B = 11.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#698220 (or 0x698220) is known color: Olive Drab. HEX triplet: 69, 82 and 20. RGB value is (105,130,32). Sum of RGB (Red+Green+Blue) = 105+130+32=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #698220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698220 is #967DDF. Grayscale: #6F6F6F. Windows color (decimal): -9862624 or 2130537. OLE color: 2130537.

HSL color Cylindrical-coordinate representation of color #698220: hue angle of 75.31º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #698220 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 32 -
CMYK 0.19 0 0.75 0.49
HSL 75.31º 0.6% 0.32% -
HSV(B) 75.31º 0.75% 0.51% -
XYZ 14.07 19.07 4.31 -
YUV 111.35 83.22 123.47 -
System Red Green Blue C M Y K H S L
Decimal 105 130 32 0.19 0 0.75 0.49 75.31 0.6 0.32
Hex 69 82 20 13 0 4B 31 4B 3C 20
Octal 151 202 40 23 0 113 61 113 74 40
Binary 1101001 10000010 100000 10011 0 1001011 110001 1001011 111100 100000

Color Harmonies of #698220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698220

Black with #698220

Text Example


Text Example

White with #698220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698220; }

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

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

background-color css

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

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

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

border-color css

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

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

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