Html Css Color HEX #699214 Olive Drab

📋 copy color: '#699214'

red 105 ◦ green 146 ◦ blue 20

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

Shades of Olive Drab #699214

Tints of Olive Drab #699214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.87%

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

R = 38.75%
G = 53.87%
B = 7.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#699214 (or 0x699214) is known color: Olive Drab. HEX triplet: 69, 92 and 14. RGB value is (105,146,20). Sum of RGB (Red+Green+Blue) = 105+146+20=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #699214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699214 is #966DEB. Grayscale: #777777. Windows color (decimal): -9858540 or 1348201. OLE color: 1348201.

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

Color convert

RGB 105 146 20 -
CMYK 0.28 0 0.86 0.43
HSL 79.52º 0.76% 0.33% -
HSV(B) 79.52º 0.86% 0.57% -
XYZ 16.23 23.61 4.36 -
YUV 119.38 71.92 117.75 -
System Red Green Blue C M Y K H S L
Decimal 105 146 20 0.28 0 0.86 0.43 79.52 0.76 0.33
Hex 69 92 14 1C 0 56 2B 50 4C 21
Octal 151 222 24 34 0 126 53 120 114 41
Binary 1101001 10010010 10100 11100 0 1010110 101011 1010000 1001100 100001

Color Harmonies of #699214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699214

Black with #699214

Text Example


Text Example

White with #699214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699214; }

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

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

background-color css

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

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

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

border-color css

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

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

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