Html Css Color HEX #7D7611 Olive

📋 copy color: '#7D7611'

red 125 ◦ green 118 ◦ blue 17

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

Shades of Olive #7D7611

Tints of Olive #7D7611

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.38%

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 48.08%
G = 45.38%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D7611 (or 0x7D7611) is known color: Olive. HEX triplet: 7D, 76 and 11. RGB value is (125,118,17). Sum of RGB (Red+Green+Blue) = 125+118+17=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7611 is #8289EE. Grayscale: #6C6C6C. Windows color (decimal): -8554991 or 1144445. OLE color: 1144445.

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

Color convert

RGB 125 118 17 -
CMYK 0 0.06 0.86 0.51
HSL 56.11º 0.76% 0.28% -
HSV(B) 56.11º 0.86% 0.49% -
XYZ 15.04 17.36 3.09 -
YUV 108.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 125 118 17 0 0.06 0.86 0.51 56.11 0.76 0.28
Hex 7D 76 11 0 6 56 33 38 4C 1C
Octal 175 166 21 0 6 126 63 70 114 34
Binary 1111101 1110110 10001 0 110 1010110 110011 111000 1001100 11100

Color Harmonies of #7D7611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7611

Black with #7D7611

Text Example


Text Example

White with #7D7611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,118,17); }

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

background-color css

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

 a { background-color: rgb(125,118,17); }

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

border-color css

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

 span { border-color: rgb(125,118,17); }

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