Html Css Color HEX #7F870A Olive

📋 copy color: '#7F870A'

red 127 ◦ green 135 ◦ blue 10

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

Shades of Olive #7F870A

Tints of Olive #7F870A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.63%

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 46.69%
G = 49.63%
B = 3.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#7F870A (or 0x7F870A) is known color: Olive. HEX triplet: 7F, 87 and 0A. RGB value is (127,135,10). Sum of RGB (Red+Green+Blue) = 127+135+10=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #7F870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F870A is #8078F5. Grayscale: #767676. Windows color (decimal): -8419574 or 690047. OLE color: 690047.

HSL color Cylindrical-coordinate representation of color #7F870A: hue angle of 63.84º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F870A is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 135 10 -
CMYK 0.06 0 0.93 0.47
HSL 63.84º 0.86% 0.28% -
HSV(B) 63.84º 0.93% 0.53% -
XYZ 17.47 21.86 3.59 -
YUV 118.36 66.85 134.16 -
System Red Green Blue C M Y K H S L
Decimal 127 135 10 0.06 0 0.93 0.47 63.84 0.86 0.28
Hex 7F 87 A 6 0 5D 2F 40 56 1C
Octal 177 207 12 6 0 135 57 100 126 34
Binary 1111111 10000111 1010 110 0 1011101 101111 1000000 1010110 11100

Color Harmonies of #7F870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F870A

Black with #7F870A

Text Example


Text Example

White with #7F870A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,135,10); }

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

background-color css

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

 a { background-color: rgb(127,135,10); }

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

border-color css

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

 span { border-color: rgb(127,135,10); }

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