Html Css Color HEX #699314 Olive Drab

📋 copy color: '#699314'

red 105 ◦ green 147 ◦ blue 20

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

Shades of Olive Drab #699314

Tints of Olive Drab #699314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.04%

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

R = 38.6%
G = 54.04%
B = 7.35%

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

#699314 (or 0x699314) is known color: Olive Drab. HEX triplet: 69, 93 and 14. RGB value is (105,147,20). Sum of RGB (Red+Green+Blue) = 105+147+20=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #699314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699314 is #966CEB. Grayscale: #787878. Windows color (decimal): -9858284 or 1348457. OLE color: 1348457.

HSL color Cylindrical-coordinate representation of color #699314: hue angle of 79.84º 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 #699314 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 20 -
CMYK 0.29 0 0.86 0.42
HSL 79.84º 0.76% 0.33% -
HSV(B) 79.84º 0.86% 0.58% -
XYZ 16.39 23.92 4.42 -
YUV 119.96 71.59 117.33 -
System Red Green Blue C M Y K H S L
Decimal 105 147 20 0.29 0 0.86 0.42 79.84 0.76 0.33
Hex 69 93 14 1D 0 56 2A 50 4C 21
Octal 151 223 24 35 0 126 52 120 114 41
Binary 1101001 10010011 10100 11101 0 1010110 101010 1010000 1001100 100001

Color Harmonies of #699314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699314

Black with #699314

Text Example


Text Example

White with #699314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699314; }

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

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

background-color css

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

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

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

border-color css

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

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

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