Html Css Color HEX #77970E Olive Drab

📋 copy color: '#77970E'

red 119 ◦ green 151 ◦ blue 14

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

Shades of Olive Drab #77970E

Tints of Olive Drab #77970E

RGB

 RED value IS 119 (46.88% from 255) = 41.9%

 GREEN value IS 151 (59.38% from 255) = 53.17%

 BLUE value IS 14 (5.86% from 255) = 4.93%

R = 41.9%
G = 53.17%
B = 4.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#77970E (or 0x77970E) is known color: Olive Drab. HEX triplet: 77, 97 and 0E. RGB value is (119,151,14). Sum of RGB (Red+Green+Blue) = 119+151+14=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #77970E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77970E is #8868F1. Grayscale: #7E7E7E. Windows color (decimal): -8939762 or 956279. OLE color: 956279.

HSL color Cylindrical-coordinate representation of color #77970E: hue angle of 74.01º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77970E is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 151 14 -
CMYK 0.21 0 0.91 0.41
HSL 74.01º 0.83% 0.32% -
HSV(B) 74.01º 0.91% 0.59% -
XYZ 18.75 26.09 4.46 -
YUV 125.81 64.9 123.14 -
System Red Green Blue C M Y K H S L
Decimal 119 151 14 0.21 0 0.91 0.41 74.01 0.83 0.32
Hex 77 97 E 15 0 5B 29 4A 53 20
Octal 167 227 16 25 0 133 51 112 123 40
Binary 1110111 10010111 1110 10101 0 1011011 101001 1001010 1010011 100000

Color Harmonies of #77970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77970E

Black with #77970E

Text Example


Text Example

White with #77970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77970E; }

 p { color: rgb(119,151,14); }

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

background-color css

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

 a { background-color: rgb(119,151,14); }

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

border-color css

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

 span { border-color: rgb(119,151,14); }

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