Html Css Color HEX #759260 Highland

📋 copy color: '#759260'

red 117 ◦ green 146 ◦ blue 96

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

Shades of Highland #759260

Tints of Highland #759260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

 BLUE value IS 96 (37.89% from 255) = 26.74%

R = 32.59%
G = 40.67%
B = 26.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#759260 (or 0x759260) is known color: Highland. HEX triplet: 75, 92 and 60. RGB value is (117,146,96). Sum of RGB (Red+Green+Blue) = 117+146+96=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #759260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759260 is #8A6D9F. Grayscale: #838383. Windows color (decimal): -9072032 or 6328949. OLE color: 6328949.

HSL color Cylindrical-coordinate representation of color #759260: hue angle of 94.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #759260 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 96 -
CMYK 0.20 0 0.34 0.43
HSL 94.8º 0.21% 0.47% -
HSV(B) 94.8º 0.34% 0.57% -
XYZ 19.73 25.18 14.89 -
YUV 131.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 117 146 96 0.20 0 0.34 0.43 94.8 0.21 0.47
Hex 75 92 60 14 0 22 2B 5F 15 2F
Octal 165 222 140 24 0 42 53 137 25 57
Binary 1110101 10010010 1100000 10100 0 100010 101011 1011111 10101 101111

Color Harmonies of #759260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759260

Black with #759260

Text Example


Text Example

White with #759260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759260; }

 p { color: rgb(117,146,96); }

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

background-color css

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

 a { background-color: rgb(117,146,96); }

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

border-color css

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

 span { border-color: rgb(117,146,96); }

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