Html Css Color HEX #759253 Highland

📋 copy color: '#759253'

red 117 ◦ green 146 ◦ blue 83

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

Shades of Highland #759253

Tints of Highland #759253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 33.82%
G = 42.2%
B = 23.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#759253 (or 0x759253) is known color: Highland. HEX triplet: 75, 92 and 53. RGB value is (117,146,83). Sum of RGB (Red+Green+Blue) = 117+146+83=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #759253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759253 is #8A6DAC. Grayscale: #828282. Windows color (decimal): -9072045 or 5476981. OLE color: 5476981.

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

Color convert

RGB 117 146 83 -
CMYK 0.20 0 0.43 0.43
HSL 87.62º 0.28% 0.45% -
HSV(B) 87.62º 0.43% 0.57% -
XYZ 19.18 24.96 11.99 -
YUV 130.15 101.39 118.62 -
System Red Green Blue C M Y K H S L
Decimal 117 146 83 0.20 0 0.43 0.43 87.62 0.28 0.45
Hex 75 92 53 14 0 2B 2B 58 1C 2D
Octal 165 222 123 24 0 53 53 130 34 55
Binary 1110101 10010010 1010011 10100 0 101011 101011 1011000 11100 101101

Color Harmonies of #759253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759253

Black with #759253

Text Example


Text Example

White with #759253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759253; }

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

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

background-color css

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

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

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

border-color css

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

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

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