Html Css Color HEX #84850D Olive

📋 copy color: '#84850D'

red 132 ◦ green 133 ◦ blue 13

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

Shades of Olive #84850D

Tints of Olive #84850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

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

R = 47.48%
G = 47.84%
B = 4.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#84850D (or 0x84850D) is known color: Olive. HEX triplet: 84, 85 and 0D. RGB value is (132,133,13). Sum of RGB (Red+Green+Blue) = 132+133+13=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #84850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84850D is #7B7AF2. Grayscale: #777777. Windows color (decimal): -8092403 or 886148. OLE color: 886148.

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

Color convert

RGB 132 133 13 -
CMYK 0.01 0 0.90 0.48
HSL 60.5º 0.82% 0.29% -
HSV(B) 60.5º 0.9% 0.52% -
XYZ 17.98 21.71 3.62 -
YUV 119.02 68.17 137.26 -
System Red Green Blue C M Y K H S L
Decimal 132 133 13 0.01 0 0.90 0.48 60.5 0.82 0.29
Hex 84 85 D 1 0 5A 30 3C 52 1D
Octal 204 205 15 1 0 132 60 74 122 35
Binary 10000100 10000101 1101 1 0 1011010 110000 111100 1010010 11101

Color Harmonies of #84850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84850D

Black with #84850D

Text Example


Text Example

White with #84850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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