Html Css Color HEX #698132 Olive Drab

📋 copy color: '#698132'

red 105 ◦ green 129 ◦ blue 50

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

Shades of Olive Drab #698132

Tints of Olive Drab #698132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 36.97%
G = 45.42%
B = 17.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#698132 (or 0x698132) is known color: Olive Drab. HEX triplet: 69, 81 and 32. RGB value is (105,129,50). Sum of RGB (Red+Green+Blue) = 105+129+50=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #698132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698132 is #967ECD. Grayscale: #717171. Windows color (decimal): -9862862 or 3309929. OLE color: 3309929.

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

Color convert

RGB 105 129 50 -
CMYK 0.19 0 0.61 0.49
HSL 78.23º 0.44% 0.35% -
HSV(B) 78.23º 0.61% 0.51% -
XYZ 14.25 18.93 5.92 -
YUV 112.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 105 129 50 0.19 0 0.61 0.49 78.23 0.44 0.35
Hex 69 81 32 13 0 3D 31 4E 2C 23
Octal 151 201 62 23 0 75 61 116 54 43
Binary 1101001 10000001 110010 10011 0 111101 110001 1001110 101100 100011

Color Harmonies of #698132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698132

Black with #698132

Text Example


Text Example

White with #698132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698132; }

 p { color: rgb(105,129,50); }

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

background-color css

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

 a { background-color: rgb(105,129,50); }

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

border-color css

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

 span { border-color: rgb(105,129,50); }

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