Html Css Color HEX #847402 Olive

📋 copy color: '#847402'

red 132 ◦ green 116 ◦ blue 2

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

Shades of Olive #847402

Tints of Olive #847402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.4%

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

R = 52.8%
G = 46.4%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#847402 (or 0x847402) is known color: Olive. HEX triplet: 84, 74 and 02. RGB value is (132,116,2). Sum of RGB (Red+Green+Blue) = 132+116+2=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #847402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847402 is #7B8BFD. Grayscale: #6C6C6C. Windows color (decimal): -8096766 or 160900. OLE color: 160900.

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

Color convert

RGB 132 116 2 -
CMYK 0 0.12 0.98 0.48
HSL 52.62º 0.97% 0.26% -
HSV(B) 52.62º 0.98% 0.52% -
XYZ 15.77 17.4 2.58 -
YUV 107.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 132 116 2 0 0.12 0.98 0.48 52.62 0.97 0.26
Hex 84 74 2 0 C 62 30 35 61 1A
Octal 204 164 2 0 14 142 60 65 141 32
Binary 10000100 1110100 10 0 1100 1100010 110000 110101 1100001 11010

Color Harmonies of #847402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847402

Black with #847402

Text Example


Text Example

White with #847402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847402; }

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

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

background-color css

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

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

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

border-color css

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

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

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