Html Css Color HEX #769114 Olive Drab

📋 copy color: '#769114'

red 118 ◦ green 145 ◦ blue 20

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

Shades of Olive Drab #769114

Tints of Olive Drab #769114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.24%

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

R = 41.7%
G = 51.24%
B = 7.07%

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

#769114 (or 0x769114) is known color: Olive Drab. HEX triplet: 76, 91 and 14. RGB value is (118,145,20). Sum of RGB (Red+Green+Blue) = 118+145+20=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #769114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769114 is #896EEB. Grayscale: #7B7B7B. Windows color (decimal): -9006828 or 1347958. OLE color: 1347958.

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

Color convert

RGB 118 145 20 -
CMYK 0.19 0 0.86 0.43
HSL 72.96º 0.76% 0.32% -
HSV(B) 72.96º 0.86% 0.57% -
XYZ 17.72 24.15 4.39 -
YUV 122.68 70.05 124.66 -
System Red Green Blue C M Y K H S L
Decimal 118 145 20 0.19 0 0.86 0.43 72.96 0.76 0.32
Hex 76 91 14 13 0 56 2B 49 4C 20
Octal 166 221 24 23 0 126 53 111 114 40
Binary 1110110 10010001 10100 10011 0 1010110 101011 1001001 1001100 100000

Color Harmonies of #769114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769114

Black with #769114

Text Example


Text Example

White with #769114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769114; }

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

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

background-color css

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

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

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

border-color css

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

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

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