Html Css Color HEX #749486 Granny Smith

📋 copy color: '#749486'

red 116 ◦ green 148 ◦ blue 134

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

Shades of Granny Smith #749486

Tints of Granny Smith #749486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.67%

R = 29.15%
G = 37.19%
B = 33.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#749486 (or 0x749486) is known color: Granny Smith. HEX triplet: 74, 94 and 86. RGB value is (116,148,134). Sum of RGB (Red+Green+Blue) = 116+148+134=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #749486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749486 is #8B6B79. Grayscale: #888888. Windows color (decimal): -9137018 or 8819828. OLE color: 8819828.

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

Color convert

RGB 116 148 134 -
CMYK 0.22 0 0.09 0.42
HSL 153.75º 0.13% 0.52% -
HSV(B) 153.75º 0.22% 0.58% -
XYZ 22.1 26.61 26.53 -
YUV 136.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 116 148 134 0.22 0 0.09 0.42 153.75 0.13 0.52
Hex 74 94 86 16 0 9 2A 9A D 34
Octal 164 224 206 26 0 11 52 232 15 64
Binary 1110100 10010100 10000110 10110 0 1001 101010 10011010 1101 110100

Color Harmonies of #749486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749486

Black with #749486

Text Example


Text Example

White with #749486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749486; }

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

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

background-color css

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

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

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

border-color css

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

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

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