Html Css Color HEX #7D9565 Highland

📋 copy color: '#7D9565'

red 125 ◦ green 149 ◦ blue 101

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

Shades of Highland #7D9565

Tints of Highland #7D9565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

 BLUE value IS 101 (39.84% from 255) = 26.93%

R = 33.33%
G = 39.73%
B = 26.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#7D9565 (or 0x7D9565) is known color: Highland. HEX triplet: 7D, 95 and 65. RGB value is (125,149,101). Sum of RGB (Red+Green+Blue) = 125+149+101=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9565 is #826A9A. Grayscale: #888888. Windows color (decimal): -8546971 or 6657405. OLE color: 6657405.

HSL color Cylindrical-coordinate representation of color #7D9565: hue angle of 90º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D9565 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 149 101 -
CMYK 0.16 0 0.32 0.42
HSL 90º 0.19% 0.49% -
HSV(B) 90º 0.32% 0.58% -
XYZ 21.55 26.79 16.35 -
YUV 136.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 125 149 101 0.16 0 0.32 0.42 90 0.19 0.49
Hex 7D 95 65 10 0 20 2A 5A 13 31
Octal 175 225 145 20 0 40 52 132 23 61
Binary 1111101 10010101 1100101 10000 0 100000 101010 1011010 10011 110001

Color Harmonies of #7D9565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9565

Black with #7D9565

Text Example


Text Example

White with #7D9565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,149,101); }

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

background-color css

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

 a { background-color: rgb(125,149,101); }

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

border-color css

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

 span { border-color: rgb(125,149,101); }

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