Html Css Color HEX #847602 Olive

📋 copy color: '#847602'

red 132 ◦ green 118 ◦ blue 2

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

Shades of Olive #847602

Tints of Olive #847602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

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

R = 52.38%
G = 46.83%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#847602 (or 0x847602) is known color: Olive. HEX triplet: 84, 76 and 02. RGB value is (132,118,2). Sum of RGB (Red+Green+Blue) = 132+118+2=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #847602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847602 is #7B89FD. Grayscale: #6D6D6D. Windows color (decimal): -8096254 or 161412. OLE color: 161412.

HSL color Cylindrical-coordinate representation of color #847602: hue angle of 53.54º 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 #847602 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 118 2 -
CMYK 0 0.11 0.98 0.48
HSL 53.54º 0.97% 0.26% -
HSV(B) 53.54º 0.98% 0.52% -
XYZ 16.01 17.87 2.66 -
YUV 108.96 67.64 144.43 -
System Red Green Blue C M Y K H S L
Decimal 132 118 2 0 0.11 0.98 0.48 53.54 0.97 0.26
Hex 84 76 2 0 B 62 30 36 61 1A
Octal 204 166 2 0 13 142 60 66 141 32
Binary 10000100 1110110 10 0 1011 1100010 110000 110110 1100001 11010

Color Harmonies of #847602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847602

Black with #847602

Text Example


Text Example

White with #847602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847602; }

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

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

background-color css

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

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

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

border-color css

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

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

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