Html Css Color HEX #7D7410 Olive

📋 copy color: '#7D7410'

red 125 ◦ green 116 ◦ blue 16

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

Shades of Olive #7D7410

Tints of Olive #7D7410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 48.64%
G = 45.14%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#7D7410 (or 0x7D7410) is known color: Olive. HEX triplet: 7D, 74 and 10. RGB value is (125,116,16). Sum of RGB (Red+Green+Blue) = 125+116+16=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7410 is #828BEF. Grayscale: #6B6B6B. Windows color (decimal): -8555504 or 1078397. OLE color: 1078397.

HSL color Cylindrical-coordinate representation of color #7D7410: hue angle of 55.05º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D7410 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 116 16 -
CMYK 0 0.07 0.87 0.51
HSL 55.05º 0.77% 0.28% -
HSV(B) 55.05º 0.87% 0.49% -
XYZ 14.8 16.89 2.97 -
YUV 107.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 125 116 16 0 0.07 0.87 0.51 55.05 0.77 0.28
Hex 7D 74 10 0 7 57 33 37 4D 1C
Octal 175 164 20 0 7 127 63 67 115 34
Binary 1111101 1110100 10000 0 111 1010111 110011 110111 1001101 11100

Color Harmonies of #7D7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7410

Black with #7D7410

Text Example


Text Example

White with #7D7410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,116,16); }

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

background-color css

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

 a { background-color: rgb(125,116,16); }

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

border-color css

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

 span { border-color: rgb(125,116,16); }

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