Html Css Color HEX #749087 Granny Smith

📋 copy color: '#749087'

red 116 ◦ green 144 ◦ blue 135

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

Shades of Granny Smith #749087

Tints of Granny Smith #749087

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

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

R = 29.37%
G = 36.46%
B = 34.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#749087 (or 0x749087) is known color: Granny Smith. HEX triplet: 74, 90 and 87. RGB value is (116,144,135). Sum of RGB (Red+Green+Blue) = 116+144+135=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #749087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749087 is #8B6F78. Grayscale: #868686. Windows color (decimal): -9138041 or 8884340. OLE color: 8884340.

HSL color Cylindrical-coordinate representation of color #749087: hue angle of 160.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #749087 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 135 -
CMYK 0.19 0 0.06 0.44
HSL 160.71º 0.11% 0.51% -
HSV(B) 160.71º 0.19% 0.56% -
XYZ 21.55 25.41 26.69 -
YUV 134.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 116 144 135 0.19 0 0.06 0.44 160.71 0.11 0.51
Hex 74 90 87 13 0 6 2C A1 B 33
Octal 164 220 207 23 0 6 54 241 13 63
Binary 1110100 10010000 10000111 10011 0 110 101100 10100001 1011 110011

Color Harmonies of #749087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749087

Black with #749087

Text Example


Text Example

White with #749087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749087; }

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

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

background-color css

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

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

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

border-color css

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

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

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