Html Css Color HEX #77921D Olive Drab

📋 copy color: '#77921D'

red 119 ◦ green 146 ◦ blue 29

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

Shades of Olive Drab #77921D

Tints of Olive Drab #77921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.66%

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

R = 40.48%
G = 49.66%
B = 9.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#77921D (or 0x77921D) is known color: Olive Drab. HEX triplet: 77, 92 and 1D. RGB value is (119,146,29). Sum of RGB (Red+Green+Blue) = 119+146+29=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #77921D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77921D is #886DE2. Grayscale: #7D7D7D. Windows color (decimal): -8941027 or 1938039. OLE color: 1938039.

HSL color Cylindrical-coordinate representation of color #77921D: hue angle of 73.85º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77921D is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 29 -
CMYK 0.18 0 0.80 0.43
HSL 73.85º 0.67% 0.34% -
HSV(B) 73.85º 0.8% 0.57% -
XYZ 18.11 24.57 4.95 -
YUV 124.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 119 146 29 0.18 0 0.80 0.43 73.85 0.67 0.34
Hex 77 92 1D 12 0 50 2B 4A 43 22
Octal 167 222 35 22 0 120 53 112 103 42
Binary 1110111 10010010 11101 10010 0 1010000 101011 1001010 1000011 100010

Color Harmonies of #77921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77921D

Black with #77921D

Text Example


Text Example

White with #77921D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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