Html Css Color HEX #698D21 Olive Drab

📋 copy color: '#698D21'

red 105 ◦ green 141 ◦ blue 33

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

Shades of Olive Drab #698D21

Tints of Olive Drab #698D21

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.54%

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

R = 37.63%
G = 50.54%
B = 11.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#698D21 (or 0x698D21) is known color: Olive Drab. HEX triplet: 69, 8D and 21. RGB value is (105,141,33). Sum of RGB (Red+Green+Blue) = 105+141+33=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #698D21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D21 is #9672DE. Grayscale: #767676. Windows color (decimal): -9859807 or 2198889. OLE color: 2198889.

HSL color Cylindrical-coordinate representation of color #698D21: hue angle of 80º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #698D21 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 33 -
CMYK 0.26 0 0.77 0.45
HSL 80º 0.62% 0.34% -
HSV(B) 80º 0.77% 0.55% -
XYZ 15.63 22.16 4.89 -
YUV 117.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 105 141 33 0.26 0 0.77 0.45 80 0.62 0.34
Hex 69 8D 21 1A 0 4D 2D 50 3E 22
Octal 151 215 41 32 0 115 55 120 76 42
Binary 1101001 10001101 100001 11010 0 1001101 101101 1010000 111110 100010

Color Harmonies of #698D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D21

Black with #698D21

Text Example


Text Example

White with #698D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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