Html Css Color HEX #84740B Olive

📋 copy color: '#84740B'

red 132 ◦ green 116 ◦ blue 11

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

Shades of Olive #84740B

Tints of Olive #84740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.79%

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

R = 50.97%
G = 44.79%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84740B (or 0x84740B) is known color: Olive. HEX triplet: 84, 74 and 0B. RGB value is (132,116,11). Sum of RGB (Red+Green+Blue) = 132+116+11=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84740B is #7B8BF4. Grayscale: #6D6D6D. Windows color (decimal): -8096757 or 750724. OLE color: 750724.

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

Color convert

RGB 132 116 11 -
CMYK 0 0.12 0.92 0.48
HSL 52.07º 0.85% 0.28% -
HSV(B) 52.07º 0.92% 0.52% -
XYZ 15.82 17.42 2.85 -
YUV 108.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 132 116 11 0 0.12 0.92 0.48 52.07 0.85 0.28
Hex 84 74 B 0 C 5C 30 34 55 1C
Octal 204 164 13 0 14 134 60 64 125 34
Binary 10000100 1110100 1011 0 1100 1011100 110000 110100 1010101 11100

Color Harmonies of #84740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84740B

Black with #84740B

Text Example


Text Example

White with #84740B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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