Html Css Color HEX #847F07 Olive

📋 copy color: '#847F07'

red 132 ◦ green 127 ◦ blue 7

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

Shades of Olive #847F07

Tints of Olive #847F07

RGB

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

 GREEN value IS 127 (50% from 255) = 47.74%

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

R = 49.62%
G = 47.74%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#847F07 (or 0x847F07) is known color: Olive. HEX triplet: 84, 7F and 07. RGB value is (132,127,7). Sum of RGB (Red+Green+Blue) = 132+127+7=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #847F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847F07 is #7B80F8. Grayscale: #737373. Windows color (decimal): -8093945 or 491396. OLE color: 491396.

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

Color convert

RGB 132 127 7 -
CMYK 0 0.04 0.95 0.48
HSL 57.6º 0.9% 0.27% -
HSV(B) 57.6º 0.95% 0.52% -
XYZ 17.14 20.1 3.18 -
YUV 114.82 67.16 140.26 -
System Red Green Blue C M Y K H S L
Decimal 132 127 7 0 0.04 0.95 0.48 57.6 0.9 0.27
Hex 84 7F 7 0 4 5F 30 3A 5A 1B
Octal 204 177 7 0 4 137 60 72 132 33
Binary 10000100 1111111 111 0 100 1011111 110000 111010 1011010 11011

Color Harmonies of #847F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F07

Black with #847F07

Text Example


Text Example

White with #847F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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