Html Css Color HEX #75958D Granny Smith

📋 copy color: '#75958D'

red 117 ◦ green 149 ◦ blue 141

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

Shades of Granny Smith #75958D

Tints of Granny Smith #75958D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 28.75%
G = 36.61%
B = 34.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#75958D (or 0x75958D) is known color: Granny Smith. HEX triplet: 75, 95 and 8D. RGB value is (117,149,141). Sum of RGB (Red+Green+Blue) = 117+149+141=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #75958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75958D is #8A6A72. Grayscale: #8A8A8A. Windows color (decimal): -9071219 or 9278837. OLE color: 9278837.

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

Color convert

RGB 117 149 141 -
CMYK 0.21 0 0.05 0.42
HSL 165º 0.13% 0.52% -
HSV(B) 165º 0.21% 0.58% -
XYZ 22.89 27.2 29.24 -
YUV 138.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 117 149 141 0.21 0 0.05 0.42 165 0.13 0.52
Hex 75 95 8D 15 0 5 2A A5 D 34
Octal 165 225 215 25 0 5 52 245 15 64
Binary 1110101 10010101 10001101 10101 0 101 101010 10100101 1101 110100

Color Harmonies of #75958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75958D

Black with #75958D

Text Example


Text Example

White with #75958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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