Html Css Color HEX #77931D Olive Drab

📋 copy color: '#77931D'

red 119 ◦ green 147 ◦ blue 29

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

Shades of Olive Drab #77931D

Tints of Olive Drab #77931D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.83%

R = 40.34%
G = 49.83%
B = 9.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#77931D (or 0x77931D) is known color: Olive Drab. HEX triplet: 77, 93 and 1D. RGB value is (119,147,29). Sum of RGB (Red+Green+Blue) = 119+147+29=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #77931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77931D is #886CE2. Grayscale: #7D7D7D. Windows color (decimal): -8940771 or 1938295. OLE color: 1938295.

HSL color Cylindrical-coordinate representation of color #77931D: hue angle of 74.24º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77931D is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 29 -
CMYK 0.19 0 0.80 0.42
HSL 74.24º 0.67% 0.35% -
HSV(B) 74.24º 0.8% 0.58% -
XYZ 18.26 24.88 5 -
YUV 125.18 73.72 123.59 -
System Red Green Blue C M Y K H S L
Decimal 119 147 29 0.19 0 0.80 0.42 74.24 0.67 0.35
Hex 77 93 1D 13 0 50 2A 4A 43 23
Octal 167 223 35 23 0 120 52 112 103 43
Binary 1110111 10010011 11101 10011 0 1010000 101010 1001010 1000011 100011

Color Harmonies of #77931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77931D

Black with #77931D

Text Example


Text Example

White with #77931D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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