Html Css Color HEX #84780F Olive

📋 copy color: '#84780F'

red 132 ◦ green 120 ◦ blue 15

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

Shades of Olive #84780F

Tints of Olive #84780F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.94%

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 49.44%
G = 44.94%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84780F (or 0x84780F) is known color: Olive. HEX triplet: 84, 78 and 0F. RGB value is (132,120,15). Sum of RGB (Red+Green+Blue) = 132+120+15=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #84780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84780F is #7B87F0. Grayscale: #707070. Windows color (decimal): -8095729 or 1013892. OLE color: 1013892.

HSL color Cylindrical-coordinate representation of color #84780F: hue angle of 53.85º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84780F is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 120 15 -
CMYK 0 0.09 0.89 0.48
HSL 53.85º 0.8% 0.29% -
HSV(B) 53.85º 0.89% 0.52% -
XYZ 16.32 18.37 3.14 -
YUV 111.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 132 120 15 0 0.09 0.89 0.48 53.85 0.8 0.29
Hex 84 78 F 0 9 59 30 36 50 1D
Octal 204 170 17 0 11 131 60 66 120 35
Binary 10000100 1111000 1111 0 1001 1011001 110000 110110 1010000 11101

Color Harmonies of #84780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84780F

Black with #84780F

Text Example


Text Example

White with #84780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84780F; }

 p { color: rgb(132,120,15); }

 H1.HeaderClassName
 {
   color: #84780F;
 }
 .AnyTagClassName
 {
   color: #84780F;
 }
</style>

background-color css

<style>
 a { background-color: #84780F; }

 a { background-color: rgb(132,120,15); }

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

border-color css

<style>
 span { border-color: #84780F; }

 span { border-color: rgb(132,120,15); }

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