Html Css Color HEX #7F720F Olive

📋 copy color: '#7F720F'

red 127 ◦ green 114 ◦ blue 15

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

Shades of Olive #7F720F

Tints of Olive #7F720F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.53%

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

R = 49.61%
G = 44.53%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F720F (or 0x7F720F) is known color: Olive. HEX triplet: 7F, 72 and 0F. RGB value is (127,114,15). Sum of RGB (Red+Green+Blue) = 127+114+15=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F720F is #808DF0. Grayscale: #6B6B6B. Windows color (decimal): -8424945 or 1012351. OLE color: 1012351.

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

Color convert

RGB 127 114 15 -
CMYK 0 0.10 0.88 0.50
HSL 53.04º 0.79% 0.28% -
HSV(B) 53.04º 0.88% 0.5% -
XYZ 14.86 16.58 2.87 -
YUV 106.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 127 114 15 0 0.10 0.88 0.50 53.04 0.79 0.28
Hex 7F 72 F 0 A 58 32 35 4F 1C
Octal 177 162 17 0 12 130 62 65 117 34
Binary 1111111 1110010 1111 0 1010 1011000 110010 110101 1001111 11100

Color Harmonies of #7F720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F720F

Black with #7F720F

Text Example


Text Example

White with #7F720F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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