Html Css Color HEX #7D710A Olive

📋 copy color: '#7D710A'

red 125 ◦ green 113 ◦ blue 10

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

Shades of Olive #7D710A

Tints of Olive #7D710A

RGB

 RED value IS 125 (49.22% from 255) = 50.4%

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

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

R = 50.4%
G = 45.56%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#7D710A (or 0x7D710A) is known color: Olive. HEX triplet: 7D, 71 and 0A. RGB value is (125,113,10). Sum of RGB (Red+Green+Blue) = 125+113+10=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D710A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D710A is #828EF5. Grayscale: #696969. Windows color (decimal): -8556278 or 684413. OLE color: 684413.

HSL color Cylindrical-coordinate representation of color #7D710A: hue angle of 53.74º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D710A is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 113 10 -
CMYK 0 0.10 0.92 0.51
HSL 53.74º 0.85% 0.26% -
HSV(B) 53.74º 0.92% 0.49% -
XYZ 14.42 16.19 2.65 -
YUV 104.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 125 113 10 0 0.10 0.92 0.51 53.74 0.85 0.26
Hex 7D 71 A 0 A 5C 33 36 55 1A
Octal 175 161 12 0 12 134 63 66 125 32
Binary 1111101 1110001 1010 0 1010 1011100 110011 110110 1010101 11010

Color Harmonies of #7D710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D710A

Black with #7D710A

Text Example


Text Example

White with #7D710A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,113,10); }

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

background-color css

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

 a { background-color: rgb(125,113,10); }

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

border-color css

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

 span { border-color: rgb(125,113,10); }

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