Html Css Color HEX #75955D Highland

📋 copy color: '#75955D'

red 117 ◦ green 149 ◦ blue 93

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

Shades of Highland #75955D

Tints of Highland #75955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.5%

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 32.59%
G = 41.5%
B = 25.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#75955D (or 0x75955D) is known color: Highland. HEX triplet: 75, 95 and 5D. RGB value is (117,149,93). Sum of RGB (Red+Green+Blue) = 117+149+93=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #75955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75955D is #8A6AA2. Grayscale: #858585. Windows color (decimal): -9071267 or 6133109. OLE color: 6133109.

HSL color Cylindrical-coordinate representation of color #75955D: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75955D is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 93 -
CMYK 0.21 0 0.38 0.42
HSL 94.29º 0.23% 0.47% -
HSV(B) 94.29º 0.38% 0.58% -
XYZ 20.06 26.07 14.33 -
YUV 133.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 117 149 93 0.21 0 0.38 0.42 94.29 0.23 0.47
Hex 75 95 5D 15 0 26 2A 5E 17 2F
Octal 165 225 135 25 0 46 52 136 27 57
Binary 1110101 10010101 1011101 10101 0 100110 101010 1011110 10111 101111

Color Harmonies of #75955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75955D

Black with #75955D

Text Example


Text Example

White with #75955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75955D; }

 p { color: rgb(117,149,93); }

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

background-color css

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

 a { background-color: rgb(117,149,93); }

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

border-color css

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

 span { border-color: rgb(117,149,93); }

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