Html Css Color HEX #699416 Olive Drab

📋 copy color: '#699416'

red 105 ◦ green 148 ◦ blue 22

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

Shades of Olive Drab #699416

Tints of Olive Drab #699416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.82%

 BLUE value IS 22 (8.98% from 255) = 8%

R = 38.18%
G = 53.82%
B = 8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#699416 (or 0x699416) is known color: Olive Drab. HEX triplet: 69, 94 and 16. RGB value is (105,148,22). Sum of RGB (Red+Green+Blue) = 105+148+22=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #699416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699416 is #966BE9. Grayscale: #797979. Windows color (decimal): -9858026 or 1479785. OLE color: 1479785.

HSL color Cylindrical-coordinate representation of color #699416: hue angle of 80.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #699416 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 22 -
CMYK 0.29 0 0.85 0.42
HSL 80.48º 0.74% 0.33% -
HSV(B) 80.48º 0.85% 0.58% -
XYZ 16.56 24.24 4.57 -
YUV 120.78 72.25 116.75 -
System Red Green Blue C M Y K H S L
Decimal 105 148 22 0.29 0 0.85 0.42 80.48 0.74 0.33
Hex 69 94 16 1D 0 55 2A 50 4A 21
Octal 151 224 26 35 0 125 52 120 112 41
Binary 1101001 10010100 10110 11101 0 1010101 101010 1010000 1001010 100001

Color Harmonies of #699416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699416

Black with #699416

Text Example


Text Example

White with #699416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699416; }

 p { color: rgb(105,148,22); }

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

background-color css

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

 a { background-color: rgb(105,148,22); }

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

border-color css

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

 span { border-color: rgb(105,148,22); }

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