Html Css Color HEX #84730B Olive

📋 copy color: '#84730B'

red 132 ◦ green 115 ◦ blue 11

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

Shades of Olive #84730B

Tints of Olive #84730B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.57%

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

R = 51.16%
G = 44.57%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84730B (or 0x84730B) is known color: Olive. HEX triplet: 84, 73 and 0B. RGB value is (132,115,11). Sum of RGB (Red+Green+Blue) = 132+115+11=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84730B is #7B8CF4. Grayscale: #6C6C6C. Windows color (decimal): -8097013 or 750468. OLE color: 750468.

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

Color convert

RGB 132 115 11 -
CMYK 0 0.13 0.92 0.48
HSL 51.57º 0.85% 0.28% -
HSV(B) 51.57º 0.92% 0.52% -
XYZ 15.71 17.19 2.81 -
YUV 108.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 132 115 11 0 0.13 0.92 0.48 51.57 0.85 0.28
Hex 84 73 B 0 D 5C 30 34 55 1C
Octal 204 163 13 0 15 134 60 64 125 34
Binary 10000100 1110011 1011 0 1101 1011100 110000 110100 1010101 11100

Color Harmonies of #84730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84730B

Black with #84730B

Text Example


Text Example

White with #84730B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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