Html Css Color HEX #759263 Highland

📋 copy color: '#759263'

red 117 ◦ green 146 ◦ blue 99

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

Shades of Highland #759263

Tints of Highland #759263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.35%

R = 32.32%
G = 40.33%
B = 27.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#759263 (or 0x759263) is known color: Highland. HEX triplet: 75, 92 and 63. RGB value is (117,146,99). Sum of RGB (Red+Green+Blue) = 117+146+99=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #759263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759263 is #8A6D9C. Grayscale: #848484. Windows color (decimal): -9072029 or 6525557. OLE color: 6525557.

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

Color convert

RGB 117 146 99 -
CMYK 0.20 0 0.32 0.43
HSL 97.02º 0.19% 0.48% -
HSV(B) 97.02º 0.32% 0.57% -
XYZ 19.87 25.24 15.63 -
YUV 131.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 117 146 99 0.20 0 0.32 0.43 97.02 0.19 0.48
Hex 75 92 63 14 0 20 2B 61 13 30
Octal 165 222 143 24 0 40 53 141 23 60
Binary 1110101 10010010 1100011 10100 0 100000 101011 1100001 10011 110000

Color Harmonies of #759263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759263

Black with #759263

Text Example


Text Example

White with #759263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759263; }

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

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

background-color css

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

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

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

border-color css

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

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

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