Html Css Color HEX #749587 Granny Smith

📋 copy color: '#749587'

red 116 ◦ green 149 ◦ blue 135

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

Shades of Granny Smith #749587

Tints of Granny Smith #749587

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 29%
G = 37.25%
B = 33.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#749587 (or 0x749587) is known color: Granny Smith. HEX triplet: 74, 95 and 87. RGB value is (116,149,135). Sum of RGB (Red+Green+Blue) = 116+149+135=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #749587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749587 is #8B6A78. Grayscale: #898989. Windows color (decimal): -9136761 or 8885620. OLE color: 8885620.

HSL color Cylindrical-coordinate representation of color #749587: hue angle of 154.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #749587 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 135 -
CMYK 0.22 0 0.09 0.42
HSL 154.55º 0.13% 0.52% -
HSV(B) 154.55º 0.22% 0.58% -
XYZ 22.32 26.96 26.95 -
YUV 137.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 116 149 135 0.22 0 0.09 0.42 154.55 0.13 0.52
Hex 74 95 87 16 0 9 2A 9B D 34
Octal 164 225 207 26 0 11 52 233 15 64
Binary 1110100 10010101 10000111 10110 0 1001 101010 10011011 1101 110100

Color Harmonies of #749587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749587

Black with #749587

Text Example


Text Example

White with #749587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749587; }

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

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

background-color css

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

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

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

border-color css

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

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

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