Html Css Color HEX #77920D Olive Drab

📋 copy color: '#77920D'

red 119 ◦ green 146 ◦ blue 13

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

Shades of Olive Drab #77920D

Tints of Olive Drab #77920D

RGB

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

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

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

R = 42.81%
G = 52.52%
B = 4.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#77920D (or 0x77920D) is known color: Olive Drab. HEX triplet: 77, 92 and 0D. RGB value is (119,146,13). Sum of RGB (Red+Green+Blue) = 119+146+13=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #77920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77920D is #886DF2. Grayscale: #7B7B7B. Windows color (decimal): -8941043 or 889463. OLE color: 889463.

HSL color Cylindrical-coordinate representation of color #77920D: hue angle of 72.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77920D is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 13 -
CMYK 0.18 0 0.91 0.43
HSL 72.18º 0.84% 0.31% -
HSV(B) 72.18º 0.91% 0.57% -
XYZ 17.96 24.51 4.16 -
YUV 122.77 66.05 125.31 -
System Red Green Blue C M Y K H S L
Decimal 119 146 13 0.18 0 0.91 0.43 72.18 0.84 0.31
Hex 77 92 D 12 0 5B 2B 48 54 1F
Octal 167 222 15 22 0 133 53 110 124 37
Binary 1110111 10010010 1101 10010 0 1011011 101011 1001000 1010100 11111

Color Harmonies of #77920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77920D

Black with #77920D

Text Example


Text Example

White with #77920D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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