Html Css Color HEX #84870D Olive

📋 copy color: '#84870D'

red 132 ◦ green 135 ◦ blue 13

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

Shades of Olive #84870D

Tints of Olive #84870D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.21%

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 47.14%
G = 48.21%
B = 4.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#84870D (or 0x84870D) is known color: Olive. HEX triplet: 84, 87 and 0D. RGB value is (132,135,13). Sum of RGB (Red+Green+Blue) = 132+135+13=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #84870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84870D is #7B78F2. Grayscale: #787878. Windows color (decimal): -8091891 or 886660. OLE color: 886660.

HSL color Cylindrical-coordinate representation of color #84870D: hue angle of 61.48º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84870D is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 135 13 -
CMYK 0.02 0 0.90 0.47
HSL 61.48º 0.82% 0.29% -
HSV(B) 61.48º 0.9% 0.53% -
XYZ 18.25 22.26 3.72 -
YUV 120.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 132 135 13 0.02 0 0.90 0.47 61.48 0.82 0.29
Hex 84 87 D 2 0 5A 2F 3D 52 1D
Octal 204 207 15 2 0 132 57 75 122 35
Binary 10000100 10000111 1101 10 0 1011010 101111 111101 1010010 11101

Color Harmonies of #84870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84870D

Black with #84870D

Text Example


Text Example

White with #84870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84870D; }

 p { color: rgb(132,135,13); }

 H1.HeaderClassName
 {
   color: #84870D;
 }
 .AnyTagClassName
 {
   color: #84870D;
 }
</style>

background-color css

<style>
 a { background-color: #84870D; }

 a { background-color: rgb(132,135,13); }

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

border-color css

<style>
 span { border-color: #84870D; }

 span { border-color: rgb(132,135,13); }

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