Html Css Color HEX #77941E Olive Drab

📋 copy color: '#77941E'

red 119 ◦ green 148 ◦ blue 30

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

Shades of Olive Drab #77941E

Tints of Olive Drab #77941E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 40.07%
G = 49.83%
B = 10.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#77941E (or 0x77941E) is known color: Olive Drab. HEX triplet: 77, 94 and 1E. RGB value is (119,148,30). Sum of RGB (Red+Green+Blue) = 119+148+30=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #77941E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77941E is #886BE1. Grayscale: #7E7E7E. Windows color (decimal): -8940514 or 2004087. OLE color: 2004087.

HSL color Cylindrical-coordinate representation of color #77941E: hue angle of 74.75º degrees, saturation: 0.66, 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 #77941E is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 30 -
CMYK 0.20 0 0.80 0.42
HSL 74.75º 0.66% 0.35% -
HSV(B) 74.75º 0.8% 0.58% -
XYZ 18.43 25.2 5.12 -
YUV 125.88 73.89 123.09 -
System Red Green Blue C M Y K H S L
Decimal 119 148 30 0.20 0 0.80 0.42 74.75 0.66 0.35
Hex 77 94 1E 14 0 50 2A 4B 42 23
Octal 167 224 36 24 0 120 52 113 102 43
Binary 1110111 10010100 11110 10100 0 1010000 101010 1001011 1000010 100011

Color Harmonies of #77941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77941E

Black with #77941E

Text Example


Text Example

White with #77941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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