Html Css Color HEX #77900D Olive Drab

📋 copy color: '#77900D'

red 119 ◦ green 144 ◦ blue 13

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

Shades of Olive Drab #77900D

Tints of Olive Drab #77900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.17%

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 43.12%
G = 52.17%
B = 4.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#77900D (or 0x77900D) is known color: Olive Drab. HEX triplet: 77, 90 and 0D. RGB value is (119,144,13). Sum of RGB (Red+Green+Blue) = 119+144+13=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #77900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77900D is #886FF2. Grayscale: #7A7A7A. Windows color (decimal): -8941555 or 888951. OLE color: 888951.

HSL color Cylindrical-coordinate representation of color #77900D: hue angle of 71.45º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77900D is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 13 -
CMYK 0.17 0 0.91 0.44
HSL 71.45º 0.83% 0.31% -
HSV(B) 71.45º 0.91% 0.56% -
XYZ 17.65 23.9 4.06 -
YUV 121.59 66.72 126.15 -
System Red Green Blue C M Y K H S L
Decimal 119 144 13 0.17 0 0.91 0.44 71.45 0.83 0.31
Hex 77 90 D 11 0 5B 2C 47 53 1F
Octal 167 220 15 21 0 133 54 107 123 37
Binary 1110111 10010000 1101 10001 0 1011011 101100 1000111 1010011 11111

Color Harmonies of #77900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77900D

Black with #77900D

Text Example


Text Example

White with #77900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,144,13); }

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

background-color css

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

 a { background-color: rgb(119,144,13); }

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

border-color css

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

 span { border-color: rgb(119,144,13); }

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