Html Css Color HEX #77991D Olive Drab

📋 copy color: '#77991D'

red 119 ◦ green 153 ◦ blue 29

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

Shades of Olive Drab #77991D

Tints of Olive Drab #77991D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.83%

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

R = 39.53%
G = 50.83%
B = 9.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#77991D (or 0x77991D) is known color: Olive Drab. HEX triplet: 77, 99 and 1D. RGB value is (119,153,29). Sum of RGB (Red+Green+Blue) = 119+153+29=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #77991D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77991D is #8866E2. Grayscale: #818181. Windows color (decimal): -8939235 or 1939831. OLE color: 1939831.

HSL color Cylindrical-coordinate representation of color #77991D: hue angle of 76.45º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77991D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 29 -
CMYK 0.22 0 0.81 0.4
HSL 76.45º 0.68% 0.36% -
HSV(B) 76.45º 0.81% 0.6% -
XYZ 19.22 26.79 5.32 -
YUV 128.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 119 153 29 0.22 0 0.81 0.4 76.45 0.68 0.36
Hex 77 99 1D 16 0 51 28 4C 44 24
Octal 167 231 35 26 0 121 50 114 104 44
Binary 1110111 10011001 11101 10110 0 1010001 101000 1001100 1000100 100100

Color Harmonies of #77991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77991D

Black with #77991D

Text Example


Text Example

White with #77991D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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