Html Css Color HEX #758958 Highland

📋 copy color: '#758958'

red 117 ◦ green 137 ◦ blue 88

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

Shades of Highland #758958

Tints of Highland #758958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.06%

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 34.21%
G = 40.06%
B = 25.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#758958 (or 0x758958) is known color: Highland. HEX triplet: 75, 89 and 58. RGB value is (117,137,88). Sum of RGB (Red+Green+Blue) = 117+137+88=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #758958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758958 is #8A76A7. Grayscale: #7D7D7D. Windows color (decimal): -9074344 or 5802357. OLE color: 5802357.

HSL color Cylindrical-coordinate representation of color #758958: hue angle of 84.49º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #758958 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 88 -
CMYK 0.15 0 0.36 0.46
HSL 84.49º 0.22% 0.44% -
HSV(B) 84.49º 0.36% 0.54% -
XYZ 18.04 22.38 12.6 -
YUV 125.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 117 137 88 0.15 0 0.36 0.46 84.49 0.22 0.44
Hex 75 89 58 F 0 24 2E 54 16 2C
Octal 165 211 130 17 0 44 56 124 26 54
Binary 1110101 10001001 1011000 1111 0 100100 101110 1010100 10110 101100

Color Harmonies of #758958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758958

Black with #758958

Text Example


Text Example

White with #758958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758958; }

 p { color: rgb(117,137,88); }

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

background-color css

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

 a { background-color: rgb(117,137,88); }

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

border-color css

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

 span { border-color: rgb(117,137,88); }

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