Html Css Color HEX #769014 Olive Drab

📋 copy color: '#769014'

red 118 ◦ green 144 ◦ blue 20

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

Shades of Olive Drab #769014

Tints of Olive Drab #769014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.06%

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

R = 41.84%
G = 51.06%
B = 7.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#769014 (or 0x769014) is known color: Olive Drab. HEX triplet: 76, 90 and 14. RGB value is (118,144,20). Sum of RGB (Red+Green+Blue) = 118+144+20=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #769014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769014 is #896FEB. Grayscale: #7A7A7A. Windows color (decimal): -9007084 or 1347702. OLE color: 1347702.

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

Color convert

RGB 118 144 20 -
CMYK 0.18 0 0.86 0.44
HSL 72.58º 0.76% 0.32% -
HSV(B) 72.58º 0.86% 0.56% -
XYZ 17.57 23.85 4.34 -
YUV 122.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 118 144 20 0.18 0 0.86 0.44 72.58 0.76 0.32
Hex 76 90 14 12 0 56 2C 49 4C 20
Octal 166 220 24 22 0 126 54 111 114 40
Binary 1110110 10010000 10100 10010 0 1010110 101100 1001001 1001100 100000

Color Harmonies of #769014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769014

Black with #769014

Text Example


Text Example

White with #769014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769014; }

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

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

background-color css

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

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

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

border-color css

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

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

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