Html Css Color HEX #7D6D0A Olive

📋 copy color: '#7D6D0A'

red 125 ◦ green 109 ◦ blue 10

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

Shades of Olive #7D6D0A

Tints of Olive #7D6D0A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.67%

 BLUE value IS 10 (4.3% from 255) = 4.1%

R = 51.23%
G = 44.67%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#7D6D0A (or 0x7D6D0A) is known color: Olive. HEX triplet: 7D, 6D and 0A. RGB value is (125,109,10). Sum of RGB (Red+Green+Blue) = 125+109+10=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6D0A is #8292F5. Grayscale: #666666. Windows color (decimal): -8557302 or 683389. OLE color: 683389.

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

Color convert

RGB 125 109 10 -
CMYK 0 0.13 0.92 0.51
HSL 51.65º 0.85% 0.26% -
HSV(B) 51.65º 0.92% 0.49% -
XYZ 13.98 15.32 2.51 -
YUV 102.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 125 109 10 0 0.13 0.92 0.51 51.65 0.85 0.26
Hex 7D 6D A 0 D 5C 33 34 55 1A
Octal 175 155 12 0 15 134 63 64 125 32
Binary 1111101 1101101 1010 0 1101 1011100 110011 110100 1010101 11010

Color Harmonies of #7D6D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6D0A

Black with #7D6D0A

Text Example


Text Example

White with #7D6D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,10); }

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

background-color css

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

 a { background-color: rgb(125,109,10); }

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

border-color css

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

 span { border-color: rgb(125,109,10); }

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