Html Css Color HEX #759487 Granny Smith

📋 copy color: '#759487'

red 117 ◦ green 148 ◦ blue 135

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

Shades of Granny Smith #759487

Tints of Granny Smith #759487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.75%

R = 29.25%
G = 37%
B = 33.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#759487 (or 0x759487) is known color: Granny Smith. HEX triplet: 75, 94 and 87. RGB value is (117,148,135). Sum of RGB (Red+Green+Blue) = 117+148+135=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #759487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759487 is #8A6B78. Grayscale: #898989. Windows color (decimal): -9071481 or 8885365. OLE color: 8885365.

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

Color convert

RGB 117 148 135 -
CMYK 0.21 0 0.09 0.42
HSL 154.84º 0.13% 0.52% -
HSV(B) 154.84º 0.21% 0.58% -
XYZ 22.3 26.71 26.9 -
YUV 137.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 117 148 135 0.21 0 0.09 0.42 154.84 0.13 0.52
Hex 75 94 87 15 0 9 2A 9B D 34
Octal 165 224 207 25 0 11 52 233 15 64
Binary 1110101 10010100 10000111 10101 0 1001 101010 10011011 1101 110100

Color Harmonies of #759487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759487

Black with #759487

Text Example


Text Example

White with #759487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759487; }

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

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

background-color css

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

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

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

border-color css

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

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

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