Html Css Color HEX #749182 Granny Smith

📋 copy color: '#749182'

red 116 ◦ green 145 ◦ blue 130

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

Shades of Granny Smith #749182

Tints of Granny Smith #749182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

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

R = 29.67%
G = 37.08%
B = 33.25%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#749182 (or 0x749182) is known color: Granny Smith. HEX triplet: 74, 91 and 82. RGB value is (116,145,130). Sum of RGB (Red+Green+Blue) = 116+145+130=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #749182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749182 is #8B6E7D. Grayscale: #868686. Windows color (decimal): -9137790 or 8556916. OLE color: 8556916.

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

Color convert

RGB 116 145 130 -
CMYK 0.2 0 0.10 0.43
HSL 148.97º 0.12% 0.51% -
HSV(B) 148.97º 0.2% 0.57% -
XYZ 21.36 25.58 24.93 -
YUV 134.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 116 145 130 0.2 0 0.10 0.43 148.97 0.12 0.51
Hex 74 91 82 14 0 A 2B 95 C 33
Octal 164 221 202 24 0 12 53 225 14 63
Binary 1110100 10010001 10000010 10100 0 1010 101011 10010101 1100 110011

Color Harmonies of #749182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749182

Black with #749182

Text Example


Text Example

White with #749182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749182; }

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

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

background-color css

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

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

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

border-color css

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

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

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