Html Css Color HEX #75988A Granny Smith

📋 copy color: '#75988A'

red 117 ◦ green 152 ◦ blue 138

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

Shades of Granny Smith #75988A

Tints of Granny Smith #75988A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 28.75%
G = 37.35%
B = 33.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#75988A (or 0x75988A) is known color: Granny Smith. HEX triplet: 75, 98 and 8A. RGB value is (117,152,138). Sum of RGB (Red+Green+Blue) = 117+152+138=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #75988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75988A is #8A6775. Grayscale: #8B8B8B. Windows color (decimal): -9070454 or 9082997. OLE color: 9082997.

HSL color Cylindrical-coordinate representation of color #75988A: hue angle of 156º 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 #75988A is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 138 -
CMYK 0.23 0 0.09 0.40
HSL 156º 0.15% 0.53% -
HSV(B) 156º 0.23% 0.6% -
XYZ 23.15 28.07 28.24 -
YUV 139.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 117 152 138 0.23 0 0.09 0.40 156 0.15 0.53
Hex 75 98 8A 17 0 9 28 9C F 35
Octal 165 230 212 27 0 11 50 234 17 65
Binary 1110101 10011000 10001010 10111 0 1001 101000 10011100 1111 110101

Color Harmonies of #75988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75988A

Black with #75988A

Text Example


Text Example

White with #75988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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