Html Css Color HEX #779523 Olive Drab

📋 copy color: '#779523'

red 119 ◦ green 149 ◦ blue 35

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

Shades of Olive Drab #779523

Tints of Olive Drab #779523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.17%

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 39.27%
G = 49.17%
B = 11.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#779523 (or 0x779523) is known color: Olive Drab. HEX triplet: 77, 95 and 23. RGB value is (119,149,35). Sum of RGB (Red+Green+Blue) = 119+149+35=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #779523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779523 is #886ADC. Grayscale: #7F7F7F. Windows color (decimal): -8940253 or 2332023. OLE color: 2332023.

HSL color Cylindrical-coordinate representation of color #779523: hue angle of 75.79º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #779523 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 35 -
CMYK 0.20 0 0.77 0.42
HSL 75.79º 0.62% 0.36% -
HSV(B) 75.79º 0.77% 0.58% -
XYZ 18.66 25.54 5.54 -
YUV 127.03 76.06 122.27 -
System Red Green Blue C M Y K H S L
Decimal 119 149 35 0.20 0 0.77 0.42 75.79 0.62 0.36
Hex 77 95 23 14 0 4D 2A 4C 3E 24
Octal 167 225 43 24 0 115 52 114 76 44
Binary 1110111 10010101 100011 10100 0 1001101 101010 1001100 111110 100100

Color Harmonies of #779523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779523

Black with #779523

Text Example


Text Example

White with #779523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779523; }

 p { color: rgb(119,149,35); }

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

background-color css

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

 a { background-color: rgb(119,149,35); }

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

border-color css

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

 span { border-color: rgb(119,149,35); }

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