Html Css Color HEX #847606 Olive

📋 copy color: '#847606'

red 132 ◦ green 118 ◦ blue 6

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

Shades of Olive #847606

Tints of Olive #847606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.34%

R = 51.56%
G = 46.09%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#847606 (or 0x847606) is known color: Olive. HEX triplet: 84, 76 and 06. RGB value is (132,118,6). Sum of RGB (Red+Green+Blue) = 132+118+6=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #847606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847606 is #7B89F9. Grayscale: #6D6D6D. Windows color (decimal): -8096250 or 423556. OLE color: 423556.

HSL color Cylindrical-coordinate representation of color #847606: hue angle of 53.33º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #847606 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 118 6 -
CMYK 0 0.11 0.95 0.48
HSL 53.33º 0.91% 0.27% -
HSV(B) 53.33º 0.95% 0.52% -
XYZ 16.03 17.88 2.78 -
YUV 109.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 132 118 6 0 0.11 0.95 0.48 53.33 0.91 0.27
Hex 84 76 6 0 B 5F 30 35 5B 1B
Octal 204 166 6 0 13 137 60 65 133 33
Binary 10000100 1110110 110 0 1011 1011111 110000 110101 1011011 11011

Color Harmonies of #847606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847606

Black with #847606

Text Example


Text Example

White with #847606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847606; }

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

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

background-color css

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

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

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

border-color css

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

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

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