Html Css Color HEX #7D7310 Olive

📋 copy color: '#7D7310'

red 125 ◦ green 115 ◦ blue 16

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

Shades of Olive #7D7310

Tints of Olive #7D7310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.92%

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

R = 48.83%
G = 44.92%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#7D7310 (or 0x7D7310) is known color: Olive. HEX triplet: 7D, 73 and 10. RGB value is (125,115,16). Sum of RGB (Red+Green+Blue) = 125+115+16=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7310 is #828CEF. Grayscale: #6B6B6B. Windows color (decimal): -8555760 or 1078141. OLE color: 1078141.

HSL color Cylindrical-coordinate representation of color #7D7310: hue angle of 54.5º 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 #7D7310 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 115 16 -
CMYK 0 0.08 0.87 0.51
HSL 54.5º 0.77% 0.28% -
HSV(B) 54.5º 0.87% 0.49% -
XYZ 14.68 16.66 2.93 -
YUV 106.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 125 115 16 0 0.08 0.87 0.51 54.5 0.77 0.28
Hex 7D 73 10 0 8 57 33 36 4D 1C
Octal 175 163 20 0 10 127 63 66 115 34
Binary 1111101 1110011 10000 0 1000 1010111 110011 110110 1001101 11100

Color Harmonies of #7D7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7310

Black with #7D7310

Text Example


Text Example

White with #7D7310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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