Html Css Color HEX #698820 Olive Drab

📋 copy color: '#698820'

red 105 ◦ green 136 ◦ blue 32

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

Shades of Olive Drab #698820

Tints of Olive Drab #698820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.82%

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

R = 38.46%
G = 49.82%
B = 11.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#698820 (or 0x698820) is known color: Olive Drab. HEX triplet: 69, 88 and 20. RGB value is (105,136,32). Sum of RGB (Red+Green+Blue) = 105+136+32=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #698820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698820 is #9677DF. Grayscale: #737373. Windows color (decimal): -9861088 or 2132073. OLE color: 2132073.

HSL color Cylindrical-coordinate representation of color #698820: hue angle of 77.88º degrees, saturation: 0.62, 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 #698820 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 32 -
CMYK 0.23 0 0.76 0.47
HSL 77.88º 0.62% 0.33% -
HSV(B) 77.88º 0.76% 0.53% -
XYZ 14.89 20.72 4.58 -
YUV 114.88 81.23 120.96 -
System Red Green Blue C M Y K H S L
Decimal 105 136 32 0.23 0 0.76 0.47 77.88 0.62 0.33
Hex 69 88 20 17 0 4C 2F 4E 3E 21
Octal 151 210 40 27 0 114 57 116 76 41
Binary 1101001 10001000 100000 10111 0 1001100 101111 1001110 111110 100001

Color Harmonies of #698820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698820

Black with #698820

Text Example


Text Example

White with #698820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698820; }

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

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

background-color css

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

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

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

border-color css

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

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

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