Html Css Color HEX #749584 Granny Smith

📋 copy color: '#749584'

red 116 ◦ green 149 ◦ blue 132

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

Shades of Granny Smith #749584

Tints of Granny Smith #749584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.25%

R = 29.22%
G = 37.53%
B = 33.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#749584 (or 0x749584) is known color: Granny Smith. HEX triplet: 74, 95 and 84. RGB value is (116,149,132). Sum of RGB (Red+Green+Blue) = 116+149+132=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #749584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749584 is #8B6A7B. Grayscale: #898989. Windows color (decimal): -9136764 or 8689012. OLE color: 8689012.

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

Color convert

RGB 116 149 132 -
CMYK 0.22 0 0.11 0.42
HSL 149.09º 0.13% 0.52% -
HSV(B) 149.09º 0.22% 0.58% -
XYZ 22.11 26.87 25.85 -
YUV 137.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 116 149 132 0.22 0 0.11 0.42 149.09 0.13 0.52
Hex 74 95 84 16 0 B 2A 95 D 34
Octal 164 225 204 26 0 13 52 225 15 64
Binary 1110100 10010101 10000100 10110 0 1011 101010 10010101 1101 110100

Color Harmonies of #749584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749584

Black with #749584

Text Example


Text Example

White with #749584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749584; }

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

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

background-color css

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

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

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

border-color css

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

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

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