Html Css Color HEX #75948B Granny Smith

📋 copy color: '#75948B'

red 117 ◦ green 148 ◦ blue 139

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

Shades of Granny Smith #75948B

Tints of Granny Smith #75948B

RGB

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

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

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

R = 28.96%
G = 36.63%
B = 34.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#75948B (or 0x75948B) is known color: Granny Smith. HEX triplet: 75, 94 and 8B. RGB value is (117,148,139). Sum of RGB (Red+Green+Blue) = 117+148+139=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 148 - color contains mainly: green. Hex color #75948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75948B is #8A6B74. Grayscale: #898989. Windows color (decimal): -9071477 or 9147509. OLE color: 9147509.

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

Color convert

RGB 117 148 139 -
CMYK 0.21 0 0.06 0.42
HSL 162.58º 0.13% 0.52% -
HSV(B) 162.58º 0.21% 0.58% -
XYZ 22.59 26.83 28.41 -
YUV 137.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 117 148 139 0.21 0 0.06 0.42 162.58 0.13 0.52
Hex 75 94 8B 15 0 6 2A A3 D 34
Octal 165 224 213 25 0 6 52 243 15 64
Binary 1110101 10010100 10001011 10101 0 110 101010 10100011 1101 110100

Color Harmonies of #75948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75948B

Black with #75948B

Text Example


Text Example

White with #75948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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