Html Css Color HEX #7D9368 Highland

📋 copy color: '#7D9368'

red 125 ◦ green 147 ◦ blue 104

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

Shades of Highland #7D9368

Tints of Highland #7D9368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 33.24%
G = 39.1%
B = 27.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#7D9368 (or 0x7D9368) is known color: Highland. HEX triplet: 7D, 93 and 68. RGB value is (125,147,104). Sum of RGB (Red+Green+Blue) = 125+147+104=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9368 is #826C97. Grayscale: #878787. Windows color (decimal): -8547480 or 6853501. OLE color: 6853501.

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

Color convert

RGB 125 147 104 -
CMYK 0.15 0 0.29 0.42
HSL 90.7º 0.17% 0.49% -
HSV(B) 90.7º 0.29% 0.58% -
XYZ 21.39 26.23 17.03 -
YUV 135.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 125 147 104 0.15 0 0.29 0.42 90.7 0.17 0.49
Hex 7D 93 68 F 0 1D 2A 5B 11 31
Octal 175 223 150 17 0 35 52 133 21 61
Binary 1111101 10010011 1101000 1111 0 11101 101010 1011011 10001 110001

Color Harmonies of #7D9368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9368

Black with #7D9368

Text Example


Text Example

White with #7D9368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,147,104); }

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

background-color css

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

 a { background-color: rgb(125,147,104); }

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

border-color css

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

 span { border-color: rgb(125,147,104); }

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