Html Css Color HEX #698032 Olive Drab

📋 copy color: '#698032'

red 105 ◦ green 128 ◦ blue 50

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

Shades of Olive Drab #698032

Tints of Olive Drab #698032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

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

R = 37.1%
G = 45.23%
B = 17.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#698032 (or 0x698032) is known color: Olive Drab. HEX triplet: 69, 80 and 32. RGB value is (105,128,50). Sum of RGB (Red+Green+Blue) = 105+128+50=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #698032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698032 is #967FCD. Grayscale: #707070. Windows color (decimal): -9863118 or 3309673. OLE color: 3309673.

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

Color convert

RGB 105 128 50 -
CMYK 0.18 0 0.61 0.50
HSL 77.69º 0.44% 0.35% -
HSV(B) 77.69º 0.61% 0.5% -
XYZ 14.12 18.67 5.88 -
YUV 112.23 92.88 122.84 -
System Red Green Blue C M Y K H S L
Decimal 105 128 50 0.18 0 0.61 0.50 77.69 0.44 0.35
Hex 69 80 32 12 0 3D 32 4E 2C 23
Octal 151 200 62 22 0 75 62 116 54 43
Binary 1101001 10000000 110010 10010 0 111101 110010 1001110 101100 100011

Color Harmonies of #698032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698032

Black with #698032

Text Example


Text Example

White with #698032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698032; }

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

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

background-color css

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

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

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

border-color css

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

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

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