Html Css Color HEX #77931A Olive Drab

📋 copy color: '#77931A'

red 119 ◦ green 147 ◦ blue 26

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

Shades of Olive Drab #77931A

Tints of Olive Drab #77931A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

 BLUE value IS 26 (10.55% from 255) = 8.9%

R = 40.75%
G = 50.34%
B = 8.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#77931A (or 0x77931A) is known color: Olive Drab. HEX triplet: 77, 93 and 1A. RGB value is (119,147,26). Sum of RGB (Red+Green+Blue) = 119+147+26=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #77931A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77931A is #886CE5. Grayscale: #7D7D7D. Windows color (decimal): -8940774 or 1741687. OLE color: 1741687.

HSL color Cylindrical-coordinate representation of color #77931A: hue angle of 73.88º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77931A is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 26 -
CMYK 0.19 0 0.82 0.42
HSL 73.88º 0.7% 0.34% -
HSV(B) 73.88º 0.82% 0.58% -
XYZ 18.23 24.86 4.82 -
YUV 124.83 72.22 123.84 -
System Red Green Blue C M Y K H S L
Decimal 119 147 26 0.19 0 0.82 0.42 73.88 0.7 0.34
Hex 77 93 1A 13 0 52 2A 4A 46 22
Octal 167 223 32 23 0 122 52 112 106 42
Binary 1110111 10010011 11010 10011 0 1010010 101010 1001010 1000110 100010

Color Harmonies of #77931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77931A

Black with #77931A

Text Example


Text Example

White with #77931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77931A; }

 p { color: rgb(119,147,26); }

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

background-color css

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

 a { background-color: rgb(119,147,26); }

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

border-color css

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

 span { border-color: rgb(119,147,26); }

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