Html Css Color HEX #84770B Olive

📋 copy color: '#84770B'

red 132 ◦ green 119 ◦ blue 11

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

Shades of Olive #84770B

Tints of Olive #84770B

RGB

 RED value IS 132 (51.95% from 255) = 50.38%

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

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

R = 50.38%
G = 45.42%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84770B (or 0x84770B) is known color: Olive. HEX triplet: 84, 77 and 0B. RGB value is (132,119,11). Sum of RGB (Red+Green+Blue) = 132+119+11=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84770B is #7B88F4. Grayscale: #6F6F6F. Windows color (decimal): -8095989 or 751492. OLE color: 751492.

HSL color Cylindrical-coordinate representation of color #84770B: hue angle of 53.55º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84770B is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 119 11 -
CMYK 0 0.10 0.92 0.48
HSL 53.55º 0.85% 0.28% -
HSV(B) 53.55º 0.92% 0.52% -
XYZ 16.17 18.12 2.96 -
YUV 110.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 132 119 11 0 0.10 0.92 0.48 53.55 0.85 0.28
Hex 84 77 B 0 A 5C 30 36 55 1C
Octal 204 167 13 0 12 134 60 66 125 34
Binary 10000100 1110111 1011 0 1010 1011100 110000 110110 1010101 11100

Color Harmonies of #84770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84770B

Black with #84770B

Text Example


Text Example

White with #84770B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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