Html Css Color HEX #7F740F Olive

📋 copy color: '#7F740F'

red 127 ◦ green 116 ◦ blue 15

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

Shades of Olive #7F740F

Tints of Olive #7F740F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 49.22%
G = 44.96%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F740F (or 0x7F740F) is known color: Olive. HEX triplet: 7F, 74 and 0F. RGB value is (127,116,15). Sum of RGB (Red+Green+Blue) = 127+116+15=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F740F is #808BF0. Grayscale: #6C6C6C. Windows color (decimal): -8424433 or 1012863. OLE color: 1012863.

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

Color convert

RGB 127 116 15 -
CMYK 0 0.09 0.88 0.50
HSL 54.11º 0.79% 0.28% -
HSV(B) 54.11º 0.88% 0.5% -
XYZ 15.08 17.04 2.95 -
YUV 107.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 127 116 15 0 0.09 0.88 0.50 54.11 0.79 0.28
Hex 7F 74 F 0 9 58 32 36 4F 1C
Octal 177 164 17 0 11 130 62 66 117 34
Binary 1111111 1110100 1111 0 1001 1011000 110010 110110 1001111 11100

Color Harmonies of #7F740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F740F

Black with #7F740F

Text Example


Text Example

White with #7F740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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