Html Css Color HEX #84730D Olive

📋 copy color: '#84730D'

red 132 ◦ green 115 ◦ blue 13

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

Shades of Olive #84730D

Tints of Olive #84730D

RGB

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

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

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

R = 50.77%
G = 44.23%
B = 5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#84730D (or 0x84730D) is known color: Olive. HEX triplet: 84, 73 and 0D. RGB value is (132,115,13). Sum of RGB (Red+Green+Blue) = 132+115+13=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84730D is #7B8CF2. Grayscale: #6C6C6C. Windows color (decimal): -8097011 or 881540. OLE color: 881540.

HSL color Cylindrical-coordinate representation of color #84730D: hue angle of 51.43º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84730D is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 115 13 -
CMYK 0 0.13 0.90 0.48
HSL 51.43º 0.82% 0.28% -
HSV(B) 51.43º 0.9% 0.52% -
XYZ 15.72 17.2 2.87 -
YUV 108.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 132 115 13 0 0.13 0.90 0.48 51.43 0.82 0.28
Hex 84 73 D 0 D 5A 30 33 52 1C
Octal 204 163 15 0 15 132 60 63 122 34
Binary 10000100 1110011 1101 0 1101 1011010 110000 110011 1010010 11100

Color Harmonies of #84730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84730D

Black with #84730D

Text Example


Text Example

White with #84730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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