Html Css Color HEX #75988F Granny Smith

📋 copy color: '#75988F'

red 117 ◦ green 152 ◦ blue 143

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

Shades of Granny Smith #75988F

Tints of Granny Smith #75988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 28.4%
G = 36.89%
B = 34.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#75988F (or 0x75988F) is known color: Granny Smith. HEX triplet: 75, 98 and 8F. RGB value is (117,152,143). Sum of RGB (Red+Green+Blue) = 117+152+143=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #75988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75988F is #8A6770. Grayscale: #8C8C8C. Windows color (decimal): -9070449 or 9410677. OLE color: 9410677.

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

Color convert

RGB 117 152 143 -
CMYK 0.23 0 0.06 0.40
HSL 164.57º 0.15% 0.53% -
HSV(B) 164.57º 0.23% 0.6% -
XYZ 23.52 28.22 30.19 -
YUV 140.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 117 152 143 0.23 0 0.06 0.40 164.57 0.15 0.53
Hex 75 98 8F 17 0 6 28 A5 F 35
Octal 165 230 217 27 0 6 50 245 17 65
Binary 1110101 10011000 10001111 10111 0 110 101000 10100101 1111 110101

Color Harmonies of #75988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75988F

Black with #75988F

Text Example


Text Example

White with #75988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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