Html Css Color HEX #7F720B Olive

📋 copy color: '#7F720B'

red 127 ◦ green 114 ◦ blue 11

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

Shades of Olive #7F720B

Tints of Olive #7F720B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.37%

R = 50.4%
G = 45.24%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F720B (or 0x7F720B) is known color: Olive. HEX triplet: 7F, 72 and 0B. RGB value is (127,114,11). Sum of RGB (Red+Green+Blue) = 127+114+11=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F720B is #808DF4. Grayscale: #6A6A6A. Windows color (decimal): -8424949 or 750207. OLE color: 750207.

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

Color convert

RGB 127 114 11 -
CMYK 0 0.10 0.91 0.50
HSL 53.28º 0.84% 0.27% -
HSV(B) 53.28º 0.91% 0.5% -
XYZ 14.83 16.57 2.73 -
YUV 106.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 127 114 11 0 0.10 0.91 0.50 53.28 0.84 0.27
Hex 7F 72 B 0 A 5B 32 35 54 1B
Octal 177 162 13 0 12 133 62 65 124 33
Binary 1111111 1110010 1011 0 1010 1011011 110010 110101 1010100 11011

Color Harmonies of #7F720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F720B

Black with #7F720B

Text Example


Text Example

White with #7F720B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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