Html Css Color HEX #77941F Olive Drab

📋 copy color: '#77941F'

red 119 ◦ green 148 ◦ blue 31

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

Shades of Olive Drab #77941F

Tints of Olive Drab #77941F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.4%

R = 39.93%
G = 49.66%
B = 10.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#77941F (or 0x77941F) is known color: Olive Drab. HEX triplet: 77, 94 and 1F. RGB value is (119,148,31). Sum of RGB (Red+Green+Blue) = 119+148+31=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #77941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77941F is #886BE0. Grayscale: #7E7E7E. Windows color (decimal): -8940513 or 2069623. OLE color: 2069623.

HSL color Cylindrical-coordinate representation of color #77941F: hue angle of 74.87º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77941F is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 31 -
CMYK 0.20 0 0.79 0.42
HSL 74.87º 0.65% 0.35% -
HSV(B) 74.87º 0.79% 0.58% -
XYZ 18.44 25.2 5.19 -
YUV 125.99 74.39 123.01 -
System Red Green Blue C M Y K H S L
Decimal 119 148 31 0.20 0 0.79 0.42 74.87 0.65 0.35
Hex 77 94 1F 14 0 4F 2A 4B 41 23
Octal 167 224 37 24 0 117 52 113 101 43
Binary 1110111 10010100 11111 10100 0 1001111 101010 1001011 1000001 100011

Color Harmonies of #77941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77941F

Black with #77941F

Text Example


Text Example

White with #77941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77941F; }

 p { color: rgb(119,148,31); }

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

background-color css

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

 a { background-color: rgb(119,148,31); }

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

border-color css

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

 span { border-color: rgb(119,148,31); }

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