Html Css Color HEX #7F8510 Olive

📋 copy color: '#7F8510'

red 127 ◦ green 133 ◦ blue 16

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

Shades of Olive #7F8510

Tints of Olive #7F8510

RGB

 RED value IS 127 (50% from 255) = 46.01%

 GREEN value IS 133 (52.34% from 255) = 48.19%

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 46.01%
G = 48.19%
B = 5.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#7F8510 (or 0x7F8510) is known color: Olive. HEX triplet: 7F, 85 and 10. RGB value is (127,133,16). Sum of RGB (Red+Green+Blue) = 127+133+16=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8510 is #807AEF. Grayscale: #767676. Windows color (decimal): -8420080 or 1082751. OLE color: 1082751.

HSL color Cylindrical-coordinate representation of color #7F8510: hue angle of 63.08º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F8510 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 133 16 -
CMYK 0.05 0 0.88 0.48
HSL 63.08º 0.79% 0.29% -
HSV(B) 63.08º 0.88% 0.52% -
XYZ 17.23 21.32 3.7 -
YUV 117.87 70.51 134.51 -
System Red Green Blue C M Y K H S L
Decimal 127 133 16 0.05 0 0.88 0.48 63.08 0.79 0.29
Hex 7F 85 10 5 0 58 30 3F 4F 1D
Octal 177 205 20 5 0 130 60 77 117 35
Binary 1111111 10000101 10000 101 0 1011000 110000 111111 1001111 11101

Color Harmonies of #7F8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8510

Black with #7F8510

Text Example


Text Example

White with #7F8510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8510; }

 p { color: rgb(127,133,16); }

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

background-color css

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

 a { background-color: rgb(127,133,16); }

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

border-color css

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

 span { border-color: rgb(127,133,16); }

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