Html Css Color HEX #759289 Granny Smith

📋 copy color: '#759289'

red 117 ◦ green 146 ◦ blue 137

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

Shades of Granny Smith #759289

Tints of Granny Smith #759289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.5%

 BLUE value IS 137 (53.91% from 255) = 34.25%

R = 29.25%
G = 36.5%
B = 34.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#759289 (or 0x759289) is known color: Granny Smith. HEX triplet: 75, 92 and 89. RGB value is (117,146,137). Sum of RGB (Red+Green+Blue) = 117+146+137=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #759289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759289 is #8A6D76. Grayscale: #888888. Windows color (decimal): -9071991 or 9015925. OLE color: 9015925.

HSL color Cylindrical-coordinate representation of color #759289: hue angle of 161.38º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759289 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 137 -
CMYK 0.20 0 0.06 0.43
HSL 161.38º 0.12% 0.52% -
HSV(B) 161.38º 0.2% 0.57% -
XYZ 22.13 26.15 27.55 -
YUV 136.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 117 146 137 0.20 0 0.06 0.43 161.38 0.12 0.52
Hex 75 92 89 14 0 6 2B A1 C 34
Octal 165 222 211 24 0 6 53 241 14 64
Binary 1110101 10010010 10001001 10100 0 110 101011 10100001 1100 110100

Color Harmonies of #759289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759289

Black with #759289

Text Example


Text Example

White with #759289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759289; }

 p { color: rgb(117,146,137); }

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

background-color css

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

 a { background-color: rgb(117,146,137); }

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

border-color css

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

 span { border-color: rgb(117,146,137); }

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