Html Css Color HEX #749282 Granny Smith

📋 copy color: '#749282'

red 116 ◦ green 146 ◦ blue 130

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

Shades of Granny Smith #749282

Tints of Granny Smith #749282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 29.59%
G = 37.24%
B = 33.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#749282 (or 0x749282) is known color: Granny Smith. HEX triplet: 74, 92 and 82. RGB value is (116,146,130). Sum of RGB (Red+Green+Blue) = 116+146+130=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #749282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749282 is #8B6D7D. Grayscale: #878787. Windows color (decimal): -9137534 or 8557172. OLE color: 8557172.

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

Color convert

RGB 116 146 130 -
CMYK 0.21 0 0.11 0.43
HSL 148º 0.12% 0.51% -
HSV(B) 148º 0.21% 0.57% -
XYZ 21.51 25.88 24.98 -
YUV 135.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 116 146 130 0.21 0 0.11 0.43 148 0.12 0.51
Hex 74 92 82 15 0 B 2B 94 C 33
Octal 164 222 202 25 0 13 53 224 14 63
Binary 1110100 10010010 10000010 10101 0 1011 101011 10010100 1100 110011

Color Harmonies of #749282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749282

Black with #749282

Text Example


Text Example

White with #749282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749282; }

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

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

background-color css

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

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

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

border-color css

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

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

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