Html Css Color HEX #75988D Granny Smith

📋 copy color: '#75988D'

red 117 ◦ green 152 ◦ blue 141

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

Shades of Granny Smith #75988D

Tints of Granny Smith #75988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.07%

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

R = 28.54%
G = 37.07%
B = 34.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#75988D (or 0x75988D) is known color: Granny Smith. HEX triplet: 75, 98 and 8D. RGB value is (117,152,141). Sum of RGB (Red+Green+Blue) = 117+152+141=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #75988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75988D is #8A6772. Grayscale: #8C8C8C. Windows color (decimal): -9070451 or 9279605. OLE color: 9279605.

HSL color Cylindrical-coordinate representation of color #75988D: hue angle of 161.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75988D is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 141 -
CMYK 0.23 0 0.07 0.40
HSL 161.14º 0.15% 0.53% -
HSV(B) 161.14º 0.23% 0.6% -
XYZ 23.37 28.16 29.4 -
YUV 140.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 117 152 141 0.23 0 0.07 0.40 161.14 0.15 0.53
Hex 75 98 8D 17 0 7 28 A1 F 35
Octal 165 230 215 27 0 7 50 241 17 65
Binary 1110101 10011000 10001101 10111 0 111 101000 10100001 1111 110101

Color Harmonies of #75988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75988D

Black with #75988D

Text Example


Text Example

White with #75988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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