Html Css Color HEX #7F770A Olive

📋 copy color: '#7F770A'

red 127 ◦ green 119 ◦ blue 10

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

Shades of Olive #7F770A

Tints of Olive #7F770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.48%

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

R = 49.61%
G = 46.48%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#7F770A (or 0x7F770A) is known color: Olive. HEX triplet: 7F, 77 and 0A. RGB value is (127,119,10). Sum of RGB (Red+Green+Blue) = 127+119+10=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F770A is #8088F5. Grayscale: #6D6D6D. Windows color (decimal): -8423670 or 685951. OLE color: 685951.

HSL color Cylindrical-coordinate representation of color #7F770A: hue angle of 55.9º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F770A is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 119 10 -
CMYK 0 0.06 0.92 0.50
HSL 55.9º 0.85% 0.27% -
HSV(B) 55.9º 0.92% 0.5% -
XYZ 15.4 17.73 2.9 -
YUV 108.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 127 119 10 0 0.06 0.92 0.50 55.9 0.85 0.27
Hex 7F 77 A 0 6 5C 32 38 55 1B
Octal 177 167 12 0 6 134 62 70 125 33
Binary 1111111 1110111 1010 0 110 1011100 110010 111000 1010101 11011

Color Harmonies of #7F770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F770A

Black with #7F770A

Text Example


Text Example

White with #7F770A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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