Html Css Color HEX #7F770E Olive

📋 copy color: '#7F770E'

red 127 ◦ green 119 ◦ blue 14

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

Shades of Olive #7F770E

Tints of Olive #7F770E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 48.85%
G = 45.77%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#7F770E (or 0x7F770E) is known color: Olive. HEX triplet: 7F, 77 and 0E. RGB value is (127,119,14). Sum of RGB (Red+Green+Blue) = 127+119+14=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F770E is #8088F1. Grayscale: #6D6D6D. Windows color (decimal): -8423666 or 948095. OLE color: 948095.

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

Color convert

RGB 127 119 14 -
CMYK 0 0.06 0.89 0.50
HSL 55.75º 0.8% 0.28% -
HSV(B) 55.75º 0.89% 0.5% -
XYZ 15.43 17.74 3.03 -
YUV 109.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 127 119 14 0 0.06 0.89 0.50 55.75 0.8 0.28
Hex 7F 77 E 0 6 59 32 38 50 1C
Octal 177 167 16 0 6 131 62 70 120 34
Binary 1111111 1110111 1110 0 110 1011001 110010 111000 1010000 11100

Color Harmonies of #7F770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F770E

Black with #7F770E

Text Example


Text Example

White with #7F770E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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