Html Css Color HEX #847006 Olive

📋 copy color: '#847006'

red 132 ◦ green 112 ◦ blue 6

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

Shades of Olive #847006

Tints of Olive #847006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

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

R = 52.8%
G = 44.8%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#847006 (or 0x847006) is known color: Olive. HEX triplet: 84, 70 and 06. RGB value is (132,112,6). Sum of RGB (Red+Green+Blue) = 132+112+6=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #847006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847006 is #7B8FF9. Grayscale: #6A6A6A. Windows color (decimal): -8097786 or 422020. OLE color: 422020.

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

Color convert

RGB 132 112 6 -
CMYK 0 0.15 0.95 0.48
HSL 50.48º 0.91% 0.27% -
HSV(B) 50.48º 0.95% 0.52% -
XYZ 15.34 16.51 2.55 -
YUV 105.9 71.63 146.62 -
System Red Green Blue C M Y K H S L
Decimal 132 112 6 0 0.15 0.95 0.48 50.48 0.91 0.27
Hex 84 70 6 0 F 5F 30 32 5B 1B
Octal 204 160 6 0 17 137 60 62 133 33
Binary 10000100 1110000 110 0 1111 1011111 110000 110010 1011011 11011

Color Harmonies of #847006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847006

Black with #847006

Text Example


Text Example

White with #847006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847006; }

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

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

background-color css

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

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

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

border-color css

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

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

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