Html Css Color HEX #77820D Olive

📋 copy color: '#77820D'

red 119 ◦ green 130 ◦ blue 13

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

Shades of Olive #77820D

Tints of Olive #77820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.62%

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

R = 45.42%
G = 49.62%
B = 4.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#77820D (or 0x77820D) is known color: Olive. HEX triplet: 77, 82 and 0D. RGB value is (119,130,13). Sum of RGB (Red+Green+Blue) = 119+130+13=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #77820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77820D is #887DF2. Grayscale: #717171. Windows color (decimal): -8945139 or 885367. OLE color: 885367.

HSL color Cylindrical-coordinate representation of color #77820D: hue angle of 65.64º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77820D is Cyan = 0.08, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 130 13 -
CMYK 0.08 0 0.9 0.49
HSL 65.64º 0.82% 0.28% -
HSV(B) 65.64º 0.9% 0.51% -
XYZ 15.66 19.92 3.4 -
YUV 113.37 71.36 132.01 -
System Red Green Blue C M Y K H S L
Decimal 119 130 13 0.08 0 0.9 0.49 65.64 0.82 0.28
Hex 77 82 D 8 0 5A 31 42 52 1C
Octal 167 202 15 10 0 132 61 102 122 34
Binary 1110111 10000010 1101 1000 0 1011010 110001 1000010 1010010 11100

Color Harmonies of #77820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77820D

Black with #77820D

Text Example


Text Example

White with #77820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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