Html Css Color HEX #77820B Olive

📋 copy color: '#77820B'

red 119 ◦ green 130 ◦ blue 11

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

Shades of Olive #77820B

Tints of Olive #77820B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.23%

R = 45.77%
G = 50%
B = 4.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#77820B (or 0x77820B) is known color: Olive. HEX triplet: 77, 82 and 0B. RGB value is (119,130,11). Sum of RGB (Red+Green+Blue) = 119+130+11=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #77820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77820B is #887DF4. Grayscale: #717171. Windows color (decimal): -8945141 or 754295. OLE color: 754295.

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

Color convert

RGB 119 130 11 -
CMYK 0.08 0 0.92 0.49
HSL 65.55º 0.84% 0.28% -
HSV(B) 65.55º 0.92% 0.51% -
XYZ 15.65 19.91 3.34 -
YUV 113.15 70.36 132.18 -
System Red Green Blue C M Y K H S L
Decimal 119 130 11 0.08 0 0.92 0.49 65.55 0.84 0.28
Hex 77 82 B 8 0 5C 31 42 54 1C
Octal 167 202 13 10 0 134 61 102 124 34
Binary 1110111 10000010 1011 1000 0 1011100 110001 1000010 1010100 11100

Color Harmonies of #77820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77820B

Black with #77820B

Text Example


Text Example

White with #77820B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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