Html Css Color HEX #749284 Granny Smith

📋 copy color: '#749284'

red 116 ◦ green 146 ◦ blue 132

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

Shades of Granny Smith #749284

Tints of Granny Smith #749284

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

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

R = 29.44%
G = 37.06%
B = 33.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#749284 (or 0x749284) is known color: Granny Smith. HEX triplet: 74, 92 and 84. RGB value is (116,146,132). Sum of RGB (Red+Green+Blue) = 116+146+132=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #749284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749284 is #8B6D7B. Grayscale: #878787. Windows color (decimal): -9137532 or 8688244. OLE color: 8688244.

HSL color Cylindrical-coordinate representation of color #749284: hue angle of 152º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749284 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 132 -
CMYK 0.21 0 0.10 0.43
HSL 152º 0.12% 0.51% -
HSV(B) 152º 0.21% 0.57% -
XYZ 21.65 25.94 25.7 -
YUV 135.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 116 146 132 0.21 0 0.10 0.43 152 0.12 0.51
Hex 74 92 84 15 0 A 2B 98 C 33
Octal 164 222 204 25 0 12 53 230 14 63
Binary 1110100 10010010 10000100 10101 0 1010 101011 10011000 1100 110011

Color Harmonies of #749284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749284

Black with #749284

Text Example


Text Example

White with #749284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749284; }

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

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

background-color css

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

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

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

border-color css

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

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

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