Html Css Color HEX #847008 Olive

📋 copy color: '#847008'

red 132 ◦ green 112 ◦ blue 8

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

Shades of Olive #847008

Tints of Olive #847008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.17%

R = 52.38%
G = 44.44%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#847008 (or 0x847008) is known color: Olive. HEX triplet: 84, 70 and 08. RGB value is (132,112,8). Sum of RGB (Red+Green+Blue) = 132+112+8=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #847008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847008 is #7B8FF7. Grayscale: #6A6A6A. Windows color (decimal): -8097784 or 553092. OLE color: 553092.

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

Color convert

RGB 132 112 8 -
CMYK 0 0.15 0.94 0.48
HSL 50.32º 0.89% 0.27% -
HSV(B) 50.32º 0.94% 0.52% -
XYZ 15.35 16.51 2.61 -
YUV 106.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 132 112 8 0 0.15 0.94 0.48 50.32 0.89 0.27
Hex 84 70 8 0 F 5E 30 32 59 1B
Octal 204 160 10 0 17 136 60 62 131 33
Binary 10000100 1110000 1000 0 1111 1011110 110000 110010 1011001 11011

Color Harmonies of #847008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847008

Black with #847008

Text Example


Text Example

White with #847008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847008; }

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

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

background-color css

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

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

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

border-color css

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

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

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