Html Css Color HEX #7D6A07 Olive

📋 copy color: '#7D6A07'

red 125 ◦ green 106 ◦ blue 7

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

Shades of Olive #7D6A07

Tints of Olive #7D6A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.54%

 BLUE value IS 7 (3.13% from 255) = 2.94%

R = 52.52%
G = 44.54%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7D6A07 (or 0x7D6A07) is known color: Olive. HEX triplet: 7D, 6A and 07. RGB value is (125,106,7). Sum of RGB (Red+Green+Blue) = 125+106+7=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6A07 is #8295F8. Grayscale: #646464. Windows color (decimal): -8558073 or 486013. OLE color: 486013.

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

Color convert

RGB 125 106 7 -
CMYK 0 0.15 0.94 0.51
HSL 50.34º 0.89% 0.26% -
HSV(B) 50.34º 0.94% 0.49% -
XYZ 13.65 14.68 2.32 -
YUV 100.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 125 106 7 0 0.15 0.94 0.51 50.34 0.89 0.26
Hex 7D 6A 7 0 F 5E 33 32 59 1A
Octal 175 152 7 0 17 136 63 62 131 32
Binary 1111101 1101010 111 0 1111 1011110 110011 110010 1011001 11010

Color Harmonies of #7D6A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6A07

Black with #7D6A07

Text Example


Text Example

White with #7D6A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,106,7); }

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

background-color css

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

 a { background-color: rgb(125,106,7); }

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

border-color css

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

 span { border-color: rgb(125,106,7); }

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