Html Css Color HEX #769214 Olive Drab

📋 copy color: '#769214'

red 118 ◦ green 146 ◦ blue 20

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

Shades of Olive Drab #769214

Tints of Olive Drab #769214

RGB

 RED value IS 118 (46.48% from 255) = 41.55%

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

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

R = 41.55%
G = 51.41%
B = 7.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#769214 (or 0x769214) is known color: Olive Drab. HEX triplet: 76, 92 and 14. RGB value is (118,146,20). Sum of RGB (Red+Green+Blue) = 118+146+20=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #769214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769214 is #896DEB. Grayscale: #7B7B7B. Windows color (decimal): -9006572 or 1348214. OLE color: 1348214.

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

Color convert

RGB 118 146 20 -
CMYK 0.19 0 0.86 0.43
HSL 73.33º 0.76% 0.33% -
HSV(B) 73.33º 0.86% 0.57% -
XYZ 17.88 24.46 4.44 -
YUV 123.26 69.72 124.25 -
System Red Green Blue C M Y K H S L
Decimal 118 146 20 0.19 0 0.86 0.43 73.33 0.76 0.33
Hex 76 92 14 13 0 56 2B 49 4C 21
Octal 166 222 24 23 0 126 53 111 114 41
Binary 1110110 10010010 10100 10011 0 1010110 101011 1001001 1001100 100001

Color Harmonies of #769214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769214

Black with #769214

Text Example


Text Example

White with #769214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769214; }

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

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

background-color css

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

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

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

border-color css

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

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

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