Html Css Color HEX #698821 Olive Drab

📋 copy color: '#698821'

red 105 ◦ green 136 ◦ blue 33

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

Shades of Olive Drab #698821

Tints of Olive Drab #698821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.04%

R = 38.32%
G = 49.64%
B = 12.04%

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

#698821 (or 0x698821) is known color: Olive Drab. HEX triplet: 69, 88 and 21. RGB value is (105,136,33). Sum of RGB (Red+Green+Blue) = 105+136+33=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #698821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698821 is #9677DE. Grayscale: #737373. Windows color (decimal): -9861087 or 2197609. OLE color: 2197609.

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

Color convert

RGB 105 136 33 -
CMYK 0.23 0 0.76 0.47
HSL 78.06º 0.61% 0.33% -
HSV(B) 78.06º 0.76% 0.53% -
XYZ 14.9 20.72 4.65 -
YUV 114.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 105 136 33 0.23 0 0.76 0.47 78.06 0.61 0.33
Hex 69 88 21 17 0 4C 2F 4E 3D 21
Octal 151 210 41 27 0 114 57 116 75 41
Binary 1101001 10001000 100001 10111 0 1001100 101111 1001110 111101 100001

Color Harmonies of #698821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698821

Black with #698821

Text Example


Text Example

White with #698821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698821; }

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

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

background-color css

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

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

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

border-color css

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

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

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