Html Css Color HEX #769414 Olive Drab

📋 copy color: '#769414'

red 118 ◦ green 148 ◦ blue 20

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

Shades of Olive Drab #769414

Tints of Olive Drab #769414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.75%

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

R = 41.26%
G = 51.75%
B = 6.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#769414 (or 0x769414) is known color: Olive Drab. HEX triplet: 76, 94 and 14. RGB value is (118,148,20). Sum of RGB (Red+Green+Blue) = 118+148+20=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #769414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769414 is #896BEB. Grayscale: #7C7C7C. Windows color (decimal): -9006060 or 1348726. OLE color: 1348726.

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

Color convert

RGB 118 148 20 -
CMYK 0.20 0 0.86 0.42
HSL 74.06º 0.76% 0.33% -
HSV(B) 74.06º 0.86% 0.58% -
XYZ 18.19 25.08 4.54 -
YUV 124.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 118 148 20 0.20 0 0.86 0.42 74.06 0.76 0.33
Hex 76 94 14 14 0 56 2A 4A 4C 21
Octal 166 224 24 24 0 126 52 112 114 41
Binary 1110110 10010100 10100 10100 0 1010110 101010 1001010 1001100 100001

Color Harmonies of #769414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769414

Black with #769414

Text Example


Text Example

White with #769414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769414; }

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

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

background-color css

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

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

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

border-color css

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

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

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