Html Css Color HEX #749081 Granny Smith

📋 copy color: '#749081'

red 116 ◦ green 144 ◦ blue 129

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

Shades of Granny Smith #749081

Tints of Granny Smith #749081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.02%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 29.82%
G = 37.02%
B = 33.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#749081 (or 0x749081) is known color: Granny Smith. HEX triplet: 74, 90 and 81. RGB value is (116,144,129). Sum of RGB (Red+Green+Blue) = 116+144+129=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #749081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749081 is #8B6F7E. Grayscale: #858585. Windows color (decimal): -9138047 or 8491124. OLE color: 8491124.

HSL color Cylindrical-coordinate representation of color #749081: hue angle of 147.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #749081 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 129 -
CMYK 0.19 0 0.10 0.44
HSL 147.86º 0.11% 0.51% -
HSV(B) 147.86º 0.19% 0.56% -
XYZ 21.14 25.24 24.53 -
YUV 133.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 116 144 129 0.19 0 0.10 0.44 147.86 0.11 0.51
Hex 74 90 81 13 0 A 2C 94 B 33
Octal 164 220 201 23 0 12 54 224 13 63
Binary 1110100 10010000 10000001 10011 0 1010 101100 10010100 1011 110011

Color Harmonies of #749081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749081

Black with #749081

Text Example


Text Example

White with #749081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749081; }

 p { color: rgb(116,144,129); }

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

background-color css

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

 a { background-color: rgb(116,144,129); }

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

border-color css

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

 span { border-color: rgb(116,144,129); }

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