Html Css Color HEX #75988B Granny Smith

📋 copy color: '#75988B'

red 117 ◦ green 152 ◦ blue 139

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

Shades of Granny Smith #75988B

Tints of Granny Smith #75988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 28.68%
G = 37.25%
B = 34.07%

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

#75988B (or 0x75988B) is known color: Granny Smith. HEX triplet: 75, 98 and 8B. RGB value is (117,152,139). Sum of RGB (Red+Green+Blue) = 117+152+139=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #75988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75988B is #8A6774. Grayscale: #8C8C8C. Windows color (decimal): -9070453 or 9148533. OLE color: 9148533.

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

Color convert

RGB 117 152 139 -
CMYK 0.23 0 0.09 0.40
HSL 157.71º 0.15% 0.53% -
HSV(B) 157.71º 0.23% 0.6% -
XYZ 23.22 28.1 28.63 -
YUV 140.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 117 152 139 0.23 0 0.09 0.40 157.71 0.15 0.53
Hex 75 98 8B 17 0 9 28 9E F 35
Octal 165 230 213 27 0 11 50 236 17 65
Binary 1110101 10011000 10001011 10111 0 1001 101000 10011110 1111 110101

Color Harmonies of #75988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75988B

Black with #75988B

Text Example


Text Example

White with #75988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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