Html Css Color HEX #7D720F Olive

📋 copy color: '#7D720F'

red 125 ◦ green 114 ◦ blue 15

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

Shades of Olive #7D720F

Tints of Olive #7D720F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 49.21%
G = 44.88%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D720F (or 0x7D720F) is known color: Olive. HEX triplet: 7D, 72 and 0F. RGB value is (125,114,15). Sum of RGB (Red+Green+Blue) = 125+114+15=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D720F is #828DF0. Grayscale: #6A6A6A. Windows color (decimal): -8556017 or 1012349. OLE color: 1012349.

HSL color Cylindrical-coordinate representation of color #7D720F: hue angle of 54º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D720F is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 114 15 -
CMYK 0 0.09 0.88 0.51
HSL 54º 0.79% 0.27% -
HSV(B) 54º 0.88% 0.49% -
XYZ 14.56 16.43 2.86 -
YUV 106 76.64 141.55 -
System Red Green Blue C M Y K H S L
Decimal 125 114 15 0 0.09 0.88 0.51 54 0.79 0.27
Hex 7D 72 F 0 9 58 33 36 4F 1B
Octal 175 162 17 0 11 130 63 66 117 33
Binary 1111101 1110010 1111 0 1001 1011000 110011 110110 1001111 11011

Color Harmonies of #7D720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D720F

Black with #7D720F

Text Example


Text Example

White with #7D720F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,114,15); }

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

background-color css

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

 a { background-color: rgb(125,114,15); }

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

border-color css

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

 span { border-color: rgb(125,114,15); }

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