Html Css Color HEX #7F740A Olive

📋 copy color: '#7F740A'

red 127 ◦ green 116 ◦ blue 10

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

Shades of Olive #7F740A

Tints of Olive #7F740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.85%

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

R = 50.2%
G = 45.85%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#7F740A (or 0x7F740A) is known color: Olive. HEX triplet: 7F, 74 and 0A. RGB value is (127,116,10). Sum of RGB (Red+Green+Blue) = 127+116+10=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F740A is #808BF5. Grayscale: #6B6B6B. Windows color (decimal): -8424438 or 685183. OLE color: 685183.

HSL color Cylindrical-coordinate representation of color #7F740A: hue angle of 54.36º 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 #7F740A is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 116 10 -
CMYK 0 0.09 0.92 0.50
HSL 54.36º 0.85% 0.27% -
HSV(B) 54.36º 0.92% 0.5% -
XYZ 15.05 17.02 2.78 -
YUV 107.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 127 116 10 0 0.09 0.92 0.50 54.36 0.85 0.27
Hex 7F 74 A 0 9 5C 32 36 55 1B
Octal 177 164 12 0 11 134 62 66 125 33
Binary 1111111 1110100 1010 0 1001 1011100 110010 110110 1010101 11011

Color Harmonies of #7F740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F740A

Black with #7F740A

Text Example


Text Example

White with #7F740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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