Html Css Color HEX #759350 Highland

📋 copy color: '#759350'

red 117 ◦ green 147 ◦ blue 80

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

Shades of Highland #759350

Tints of Highland #759350

RGB

 RED value IS 117 (46.09% from 255) = 34.01%

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

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 34.01%
G = 42.73%
B = 23.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#759350 (or 0x759350) is known color: Highland. HEX triplet: 75, 93 and 50. RGB value is (117,147,80). Sum of RGB (Red+Green+Blue) = 117+147+80=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #759350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759350 is #8A6CAF. Grayscale: #828282. Windows color (decimal): -9071792 or 5280629. OLE color: 5280629.

HSL color Cylindrical-coordinate representation of color #759350: hue angle of 86.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #759350 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 80 -
CMYK 0.20 0 0.46 0.42
HSL 86.87º 0.3% 0.45% -
HSV(B) 86.87º 0.46% 0.58% -
XYZ 19.22 25.23 11.45 -
YUV 130.39 99.56 118.45 -
System Red Green Blue C M Y K H S L
Decimal 117 147 80 0.20 0 0.46 0.42 86.87 0.3 0.45
Hex 75 93 50 14 0 2E 2A 57 1E 2D
Octal 165 223 120 24 0 56 52 127 36 55
Binary 1110101 10010011 1010000 10100 0 101110 101010 1010111 11110 101101

Color Harmonies of #759350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759350

Black with #759350

Text Example


Text Example

White with #759350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759350; }

 p { color: rgb(117,147,80); }

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

background-color css

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

 a { background-color: rgb(117,147,80); }

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

border-color css

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

 span { border-color: rgb(117,147,80); }

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