Html Css Color HEX #84800B Olive

📋 copy color: '#84800B'

red 132 ◦ green 128 ◦ blue 11

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

Shades of Olive #84800B

Tints of Olive #84800B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.23%

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

R = 48.71%
G = 47.23%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84800B (or 0x84800B) is known color: Olive. HEX triplet: 84, 80 and 0B. RGB value is (132,128,11). Sum of RGB (Red+Green+Blue) = 132+128+11=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84800B is #7B7FF4. Grayscale: #747474. Windows color (decimal): -8093685 or 753796. OLE color: 753796.

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

Color convert

RGB 132 128 11 -
CMYK 0 0.03 0.92 0.48
HSL 58.02º 0.85% 0.28% -
HSV(B) 58.02º 0.92% 0.52% -
XYZ 17.3 20.37 3.34 -
YUV 115.86 68.83 139.51 -
System Red Green Blue C M Y K H S L
Decimal 132 128 11 0 0.03 0.92 0.48 58.02 0.85 0.28
Hex 84 80 B 0 3 5C 30 3A 55 1C
Octal 204 200 13 0 3 134 60 72 125 34
Binary 10000100 10000000 1011 0 11 1011100 110000 111010 1010101 11100

Color Harmonies of #84800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84800B

Black with #84800B

Text Example


Text Example

White with #84800B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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