Html Css Color HEX #84790A Olive

📋 copy color: '#84790A'

red 132 ◦ green 121 ◦ blue 10

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

Shades of Olive #84790A

Tints of Olive #84790A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.01%

 BLUE value IS 10 (4.3% from 255) = 3.8%

R = 50.19%
G = 46.01%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84790A (or 0x84790A) is known color: Olive. HEX triplet: 84, 79 and 0A. RGB value is (132,121,10). Sum of RGB (Red+Green+Blue) = 132+121+10=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84790A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84790A is #7B86F5. Grayscale: #707070. Windows color (decimal): -8095478 or 686468. OLE color: 686468.

HSL color Cylindrical-coordinate representation of color #84790A: hue angle of 54.59º degrees, saturation: 0.86, 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 #84790A is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 10 -
CMYK 0 0.08 0.92 0.48
HSL 54.59º 0.86% 0.28% -
HSV(B) 54.59º 0.92% 0.52% -
XYZ 16.41 18.6 3.01 -
YUV 111.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 132 121 10 0 0.08 0.92 0.48 54.59 0.86 0.28
Hex 84 79 A 0 8 5C 30 37 56 1C
Octal 204 171 12 0 10 134 60 67 126 34
Binary 10000100 1111001 1010 0 1000 1011100 110000 110111 1010110 11100

Color Harmonies of #84790A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84790A

Black with #84790A

Text Example


Text Example

White with #84790A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84790A; }

 p { color: rgb(132,121,10); }

 H1.HeaderClassName
 {
   color: #84790A;
 }
 .AnyTagClassName
 {
   color: #84790A;
 }
</style>

background-color css

<style>
 a { background-color: #84790A; }

 a { background-color: rgb(132,121,10); }

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

border-color css

<style>
 span { border-color: #84790A; }

 span { border-color: rgb(132,121,10); }

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