Html Css Color HEX #77931C Olive Drab

📋 copy color: '#77931C'

red 119 ◦ green 147 ◦ blue 28

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

Shades of Olive Drab #77931C

Tints of Olive Drab #77931C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 40.48%
G = 50%
B = 9.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#77931C (or 0x77931C) is known color: Olive Drab. HEX triplet: 77, 93 and 1C. RGB value is (119,147,28). Sum of RGB (Red+Green+Blue) = 119+147+28=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #77931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77931C is #886CE3. Grayscale: #7D7D7D. Windows color (decimal): -8940772 or 1872759. OLE color: 1872759.

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

Color convert

RGB 119 147 28 -
CMYK 0.19 0 0.81 0.42
HSL 74.12º 0.68% 0.34% -
HSV(B) 74.12º 0.81% 0.58% -
XYZ 18.25 24.87 4.94 -
YUV 125.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 119 147 28 0.19 0 0.81 0.42 74.12 0.68 0.34
Hex 77 93 1C 13 0 51 2A 4A 44 22
Octal 167 223 34 23 0 121 52 112 104 42
Binary 1110111 10010011 11100 10011 0 1010001 101010 1001010 1000100 100010

Color Harmonies of #77931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77931C

Black with #77931C

Text Example


Text Example

White with #77931C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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