Html Css Color HEX #7D7613 Olive

📋 copy color: '#7D7613'

red 125 ◦ green 118 ◦ blue 19

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

Shades of Olive #7D7613

Tints of Olive #7D7613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 47.71%
G = 45.04%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7D7613 (or 0x7D7613) is known color: Olive. HEX triplet: 7D, 76 and 13. RGB value is (125,118,19). Sum of RGB (Red+Green+Blue) = 125+118+19=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7613 is #8289EC. Grayscale: #6D6D6D. Windows color (decimal): -8554989 or 1275517. OLE color: 1275517.

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

Color convert

RGB 125 118 19 -
CMYK 0 0.06 0.85 0.51
HSL 56.04º 0.74% 0.28% -
HSV(B) 56.04º 0.85% 0.49% -
XYZ 15.05 17.36 3.17 -
YUV 108.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 125 118 19 0 0.06 0.85 0.51 56.04 0.74 0.28
Hex 7D 76 13 0 6 55 33 38 4A 1C
Octal 175 166 23 0 6 125 63 70 112 34
Binary 1111101 1110110 10011 0 110 1010101 110011 111000 1001010 11100

Color Harmonies of #7D7613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7613

Black with #7D7613

Text Example


Text Example

White with #7D7613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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