Html Css Color HEX #699414 Olive Drab

📋 copy color: '#699414'

red 105 ◦ green 148 ◦ blue 20

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

Shades of Olive Drab #699414

Tints of Olive Drab #699414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 38.46%
G = 54.21%
B = 7.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#699414 (or 0x699414) is known color: Olive Drab. HEX triplet: 69, 94 and 14. RGB value is (105,148,20). Sum of RGB (Red+Green+Blue) = 105+148+20=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #699414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699414 is #966BEB. Grayscale: #797979. Windows color (decimal): -9858028 or 1348713. OLE color: 1348713.

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

Color convert

RGB 105 148 20 -
CMYK 0.29 0 0.86 0.42
HSL 80.16º 0.76% 0.33% -
HSV(B) 80.16º 0.86% 0.58% -
XYZ 16.54 24.23 4.47 -
YUV 120.55 71.25 116.91 -
System Red Green Blue C M Y K H S L
Decimal 105 148 20 0.29 0 0.86 0.42 80.16 0.76 0.33
Hex 69 94 14 1D 0 56 2A 50 4C 21
Octal 151 224 24 35 0 126 52 120 114 41
Binary 1101001 10010100 10100 11101 0 1010110 101010 1010000 1001100 100001

Color Harmonies of #699414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699414

Black with #699414

Text Example


Text Example

White with #699414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699414; }

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

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

background-color css

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

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

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

border-color css

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

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

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