Html Css Color HEX #7F710C Olive

📋 copy color: '#7F710C'

red 127 ◦ green 113 ◦ blue 12

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

Shades of Olive #7F710C

Tints of Olive #7F710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 50.4%
G = 44.84%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F710C (or 0x7F710C) is known color: Olive. HEX triplet: 7F, 71 and 0C. RGB value is (127,113,12). Sum of RGB (Red+Green+Blue) = 127+113+12=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F710C is #808EF3. Grayscale: #6A6A6A. Windows color (decimal): -8425204 or 815487. OLE color: 815487.

HSL color Cylindrical-coordinate representation of color #7F710C: hue angle of 52.7º degrees, saturation: 0.83, 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 #7F710C is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 113 12 -
CMYK 0 0.11 0.91 0.50
HSL 52.7º 0.83% 0.27% -
HSV(B) 52.7º 0.91% 0.5% -
XYZ 14.72 16.35 2.73 -
YUV 105.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 127 113 12 0 0.11 0.91 0.50 52.7 0.83 0.27
Hex 7F 71 C 0 B 5B 32 35 53 1B
Octal 177 161 14 0 13 133 62 65 123 33
Binary 1111111 1110001 1100 0 1011 1011011 110010 110101 1010011 11011

Color Harmonies of #7F710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F710C

Black with #7F710C

Text Example


Text Example

White with #7F710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,113,12); }

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

background-color css

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

 a { background-color: rgb(127,113,12); }

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

border-color css

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

 span { border-color: rgb(127,113,12); }

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