Html Css Color HEX #759962 Highland

📋 copy color: '#759962'

red 117 ◦ green 153 ◦ blue 98

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

Shades of Highland #759962

Tints of Highland #759962

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

 BLUE value IS 98 (38.67% from 255) = 26.63%

R = 31.79%
G = 41.58%
B = 26.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#759962 (or 0x759962) is known color: Highland. HEX triplet: 75, 99 and 62. RGB value is (117,153,98). Sum of RGB (Red+Green+Blue) = 117+153+98=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #759962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759962 is #8A669D. Grayscale: #888888. Windows color (decimal): -9070238 or 6461813. OLE color: 6461813.

HSL color Cylindrical-coordinate representation of color #759962: hue angle of 99.27º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #759962 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 98 -
CMYK 0.24 0 0.36 0.4
HSL 99.27º 0.22% 0.49% -
HSV(B) 99.27º 0.36% 0.6% -
XYZ 20.93 27.45 15.75 -
YUV 135.97 106.57 114.47 -
System Red Green Blue C M Y K H S L
Decimal 117 153 98 0.24 0 0.36 0.4 99.27 0.22 0.49
Hex 75 99 62 18 0 24 28 63 16 31
Octal 165 231 142 30 0 44 50 143 26 61
Binary 1110101 10011001 1100010 11000 0 100100 101000 1100011 10110 110001

Color Harmonies of #759962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759962

Black with #759962

Text Example


Text Example

White with #759962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759962; }

 p { color: rgb(117,153,98); }

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

background-color css

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

 a { background-color: rgb(117,153,98); }

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

border-color css

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

 span { border-color: rgb(117,153,98); }

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