Html Css Color HEX #847C07 Olive

📋 copy color: '#847C07'

red 132 ◦ green 124 ◦ blue 7

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

Shades of Olive #847C07

Tints of Olive #847C07

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.15%

 BLUE value IS 7 (3.13% from 255) = 2.66%

R = 50.19%
G = 47.15%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#847C07 (or 0x847C07) is known color: Olive. HEX triplet: 84, 7C and 07. RGB value is (132,124,7). Sum of RGB (Red+Green+Blue) = 132+124+7=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #847C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847C07 is #7B83F8. Grayscale: #717171. Windows color (decimal): -8094713 or 490628. OLE color: 490628.

HSL color Cylindrical-coordinate representation of color #847C07: hue angle of 56.16º degrees, saturation: 0.9, 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 #847C07 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 124 7 -
CMYK 0 0.06 0.95 0.48
HSL 56.16º 0.9% 0.27% -
HSV(B) 56.16º 0.95% 0.52% -
XYZ 16.76 19.34 3.05 -
YUV 113.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 132 124 7 0 0.06 0.95 0.48 56.16 0.9 0.27
Hex 84 7C 7 0 6 5F 30 38 5A 1B
Octal 204 174 7 0 6 137 60 70 132 33
Binary 10000100 1111100 111 0 110 1011111 110000 111000 1011010 11011

Color Harmonies of #847C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C07

Black with #847C07

Text Example


Text Example

White with #847C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847C07; }

 p { color: rgb(132,124,7); }

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

background-color css

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

 a { background-color: rgb(132,124,7); }

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

border-color css

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

 span { border-color: rgb(132,124,7); }

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