Html Css Color HEX #749287 Granny Smith

📋 copy color: '#749287'

red 116 ◦ green 146 ◦ blue 135

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

Shades of Granny Smith #749287

Tints of Granny Smith #749287

RGB

 RED value IS 116 (45.7% from 255) = 29.22%

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

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

R = 29.22%
G = 36.78%
B = 34.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#749287 (or 0x749287) is known color: Granny Smith. HEX triplet: 74, 92 and 87. RGB value is (116,146,135). Sum of RGB (Red+Green+Blue) = 116+146+135=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #749287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749287 is #8B6D78. Grayscale: #878787. Windows color (decimal): -9137529 or 8884852. OLE color: 8884852.

HSL color Cylindrical-coordinate representation of color #749287: hue angle of 158º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749287 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 135 -
CMYK 0.21 0 0.08 0.43
HSL 158º 0.12% 0.51% -
HSV(B) 158º 0.21% 0.57% -
XYZ 21.85 26.02 26.79 -
YUV 135.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 116 146 135 0.21 0 0.08 0.43 158 0.12 0.51
Hex 74 92 87 15 0 8 2B 9E C 33
Octal 164 222 207 25 0 10 53 236 14 63
Binary 1110100 10010010 10000111 10101 0 1000 101011 10011110 1100 110011

Color Harmonies of #749287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749287

Black with #749287

Text Example


Text Example

White with #749287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749287; }

 p { color: rgb(116,146,135); }

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

background-color css

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

 a { background-color: rgb(116,146,135); }

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

border-color css

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

 span { border-color: rgb(116,146,135); }

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