Html Css Color HEX #847D07 Olive

📋 copy color: '#847D07'

red 132 ◦ green 125 ◦ blue 7

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

Shades of Olive #847D07

Tints of Olive #847D07

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.35%

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

R = 50%
G = 47.35%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#847D07 (or 0x847D07) is known color: Olive. HEX triplet: 84, 7D and 07. RGB value is (132,125,7). Sum of RGB (Red+Green+Blue) = 132+125+7=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #847D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847D07 is #7B82F8. Grayscale: #727272. Windows color (decimal): -8094457 or 490884. OLE color: 490884.

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

Color convert

RGB 132 125 7 -
CMYK 0 0.05 0.95 0.48
HSL 56.64º 0.9% 0.27% -
HSV(B) 56.64º 0.95% 0.52% -
XYZ 16.89 19.59 3.09 -
YUV 113.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 132 125 7 0 0.05 0.95 0.48 56.64 0.9 0.27
Hex 84 7D 7 0 5 5F 30 39 5A 1B
Octal 204 175 7 0 5 137 60 71 132 33
Binary 10000100 1111101 111 0 101 1011111 110000 111001 1011010 11011

Color Harmonies of #847D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847D07

Black with #847D07

Text Example


Text Example

White with #847D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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