Html Css Color HEX #749586 Granny Smith

📋 copy color: '#749586'

red 116 ◦ green 149 ◦ blue 134

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

Shades of Granny Smith #749586

Tints of Granny Smith #749586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.58%

R = 29.07%
G = 37.34%
B = 33.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#749586 (or 0x749586) is known color: Granny Smith. HEX triplet: 74, 95 and 86. RGB value is (116,149,134). Sum of RGB (Red+Green+Blue) = 116+149+134=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #749586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749586 is #8B6A79. Grayscale: #898989. Windows color (decimal): -9136762 or 8820084. OLE color: 8820084.

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

Color convert

RGB 116 149 134 -
CMYK 0.22 0 0.10 0.42
HSL 152.73º 0.13% 0.52% -
HSV(B) 152.73º 0.22% 0.58% -
XYZ 22.25 26.93 26.58 -
YUV 137.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 116 149 134 0.22 0 0.10 0.42 152.73 0.13 0.52
Hex 74 95 86 16 0 A 2A 99 D 34
Octal 164 225 206 26 0 12 52 231 15 64
Binary 1110100 10010101 10000110 10110 0 1010 101010 10011001 1101 110100

Color Harmonies of #749586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749586

Black with #749586

Text Example


Text Example

White with #749586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749586; }

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

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

background-color css

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

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

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

border-color css

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

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

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