Html Css Color HEX #75948C Granny Smith

📋 copy color: '#75948C'

red 117 ◦ green 148 ◦ blue 140

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

Shades of Granny Smith #75948C

Tints of Granny Smith #75948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 28.89%
G = 36.54%
B = 34.57%

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

#75948C (or 0x75948C) is known color: Granny Smith. HEX triplet: 75, 94 and 8C. RGB value is (117,148,140). Sum of RGB (Red+Green+Blue) = 117+148+140=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #75948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75948C is #8A6B73. Grayscale: #898989. Windows color (decimal): -9071476 or 9213045. OLE color: 9213045.

HSL color Cylindrical-coordinate representation of color #75948C: hue angle of 164.52º 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 #75948C is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 140 -
CMYK 0.21 0 0.05 0.42
HSL 164.52º 0.13% 0.52% -
HSV(B) 164.52º 0.21% 0.58% -
XYZ 22.66 26.86 28.8 -
YUV 137.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 117 148 140 0.21 0 0.05 0.42 164.52 0.13 0.52
Hex 75 94 8C 15 0 5 2A A5 D 34
Octal 165 224 214 25 0 5 52 245 15 64
Binary 1110101 10010100 10001100 10101 0 101 101010 10100101 1101 110100

Color Harmonies of #75948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75948C

Black with #75948C

Text Example


Text Example

White with #75948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75948C; }

 p { color: rgb(117,148,140); }

 H1.HeaderClassName
 {
   color: #75948C;
 }
 .AnyTagClassName
 {
   color: #75948C;
 }
</style>

background-color css

<style>
 a { background-color: #75948C; }

 a { background-color: rgb(117,148,140); }

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

border-color css

<style>
 span { border-color: #75948C; }

 span { border-color: rgb(117,148,140); }

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