Html Css Color HEX #84760B Olive

📋 copy color: '#84760B'

red 132 ◦ green 118 ◦ blue 11

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

Shades of Olive #84760B

Tints of Olive #84760B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

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

R = 50.57%
G = 45.21%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84760B (or 0x84760B) is known color: Olive. HEX triplet: 84, 76 and 0B. RGB value is (132,118,11). Sum of RGB (Red+Green+Blue) = 132+118+11=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84760B is #7B89F4. Grayscale: #6E6E6E. Windows color (decimal): -8096245 or 751236. OLE color: 751236.

HSL color Cylindrical-coordinate representation of color #84760B: hue angle of 53.06º 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 #84760B is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 118 11 -
CMYK 0 0.11 0.92 0.48
HSL 53.06º 0.85% 0.28% -
HSV(B) 53.06º 0.92% 0.52% -
XYZ 16.05 17.89 2.92 -
YUV 109.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 132 118 11 0 0.11 0.92 0.48 53.06 0.85 0.28
Hex 84 76 B 0 B 5C 30 35 55 1C
Octal 204 166 13 0 13 134 60 65 125 34
Binary 10000100 1110110 1011 0 1011 1011100 110000 110101 1010101 11100

Color Harmonies of #84760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84760B

Black with #84760B

Text Example


Text Example

White with #84760B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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