Html Css Color HEX #698120 Olive Drab

📋 copy color: '#698120'

red 105 ◦ green 129 ◦ blue 32

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

Shades of Olive Drab #698120

Tints of Olive Drab #698120

RGB

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

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

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

R = 39.47%
G = 48.5%
B = 12.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#698120 (or 0x698120) is known color: Olive Drab. HEX triplet: 69, 81 and 20. RGB value is (105,129,32). Sum of RGB (Red+Green+Blue) = 105+129+32=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #698120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698120 is #967EDF. Grayscale: #6F6F6F. Windows color (decimal): -9862880 or 2130281. OLE color: 2130281.

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

Color convert

RGB 105 129 32 -
CMYK 0.19 0 0.75 0.49
HSL 74.85º 0.6% 0.32% -
HSV(B) 74.85º 0.75% 0.51% -
XYZ 13.94 18.81 4.26 -
YUV 110.77 83.55 123.89 -
System Red Green Blue C M Y K H S L
Decimal 105 129 32 0.19 0 0.75 0.49 74.85 0.6 0.32
Hex 69 81 20 13 0 4B 31 4B 3C 20
Octal 151 201 40 23 0 113 61 113 74 40
Binary 1101001 10000001 100000 10011 0 1001011 110001 1001011 111100 100000

Color Harmonies of #698120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698120

Black with #698120

Text Example


Text Example

White with #698120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698120; }

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

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

background-color css

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

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

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

border-color css

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

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

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