Html Css Color HEX #7D965C Highland

📋 copy color: '#7D965C'

red 125 ◦ green 150 ◦ blue 92

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

Shades of Highland #7D965C

Tints of Highland #7D965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.87%

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 34.06%
G = 40.87%
B = 25.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#7D965C (or 0x7D965C) is known color: Highland. HEX triplet: 7D, 96 and 5C. RGB value is (125,150,92). Sum of RGB (Red+Green+Blue) = 125+150+92=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #7D965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D965C is #8269A3. Grayscale: #888888. Windows color (decimal): -8546724 or 6067837. OLE color: 6067837.

HSL color Cylindrical-coordinate representation of color #7D965C: hue angle of 85.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D965C is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 150 92 -
CMYK 0.17 0 0.39 0.41
HSL 85.86º 0.24% 0.47% -
HSV(B) 85.86º 0.39% 0.59% -
XYZ 21.3 26.95 14.2 -
YUV 135.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 125 150 92 0.17 0 0.39 0.41 85.86 0.24 0.47
Hex 7D 96 5C 11 0 27 29 56 18 2F
Octal 175 226 134 21 0 47 51 126 30 57
Binary 1111101 10010110 1011100 10001 0 100111 101001 1010110 11000 101111

Color Harmonies of #7D965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D965C

Black with #7D965C

Text Example


Text Example

White with #7D965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,150,92); }

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

background-color css

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

 a { background-color: rgb(125,150,92); }

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

border-color css

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

 span { border-color: rgb(125,150,92); }

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