Html Css Color HEX #847202 Olive

📋 copy color: '#847202'

red 132 ◦ green 114 ◦ blue 2

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

Shades of Olive #847202

Tints of Olive #847202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.97%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 53.23%
G = 45.97%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#847202 (or 0x847202) is known color: Olive. HEX triplet: 84, 72 and 02. RGB value is (132,114,2). Sum of RGB (Red+Green+Blue) = 132+114+2=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #847202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847202 is #7B8DFD. Grayscale: #6B6B6B. Windows color (decimal): -8097278 or 160388. OLE color: 160388.

HSL color Cylindrical-coordinate representation of color #847202: hue angle of 51.69º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #847202 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 114 2 -
CMYK 0 0.14 0.98 0.48
HSL 51.69º 0.97% 0.26% -
HSV(B) 51.69º 0.98% 0.52% -
XYZ 15.54 16.94 2.51 -
YUV 106.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 132 114 2 0 0.14 0.98 0.48 51.69 0.97 0.26
Hex 84 72 2 0 E 62 30 34 61 1A
Octal 204 162 2 0 16 142 60 64 141 32
Binary 10000100 1110010 10 0 1110 1100010 110000 110100 1100001 11010

Color Harmonies of #847202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847202

Black with #847202

Text Example


Text Example

White with #847202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847202; }

 p { color: rgb(132,114,2); }

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

background-color css

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

 a { background-color: rgb(132,114,2); }

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

border-color css

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

 span { border-color: rgb(132,114,2); }

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