Html Css Color HEX #749484 Granny Smith

📋 copy color: '#749484'

red 116 ◦ green 148 ◦ blue 132

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

Shades of Granny Smith #749484

Tints of Granny Smith #749484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

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

R = 29.29%
G = 37.37%
B = 33.33%

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

#749484 (or 0x749484) is known color: Granny Smith. HEX triplet: 74, 94 and 84. RGB value is (116,148,132). Sum of RGB (Red+Green+Blue) = 116+148+132=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #749484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749484 is #8B6B7B. Grayscale: #888888. Windows color (decimal): -9137020 or 8688756. OLE color: 8688756.

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

Color convert

RGB 116 148 132 -
CMYK 0.22 0 0.11 0.42
HSL 150º 0.13% 0.52% -
HSV(B) 150º 0.22% 0.58% -
XYZ 21.96 26.56 25.8 -
YUV 136.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 116 148 132 0.22 0 0.11 0.42 150 0.13 0.52
Hex 74 94 84 16 0 B 2A 96 D 34
Octal 164 224 204 26 0 13 52 226 15 64
Binary 1110100 10010100 10000100 10110 0 1011 101010 10010110 1101 110100

Color Harmonies of #749484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749484

Black with #749484

Text Example


Text Example

White with #749484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749484; }

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

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

background-color css

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

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

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

border-color css

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

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

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