Html Css Color HEX #749886 Granny Smith

📋 copy color: '#749886'

red 116 ◦ green 152 ◦ blue 134

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

Shades of Granny Smith #749886

Tints of Granny Smith #749886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.81%

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

R = 28.86%
G = 37.81%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#749886 (or 0x749886) is known color: Granny Smith. HEX triplet: 74, 98 and 86. RGB value is (116,152,134). Sum of RGB (Red+Green+Blue) = 116+152+134=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #749886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749886 is #8B6779. Grayscale: #8B8B8B. Windows color (decimal): -9135994 or 8820852. OLE color: 8820852.

HSL color Cylindrical-coordinate representation of color #749886: hue angle of 150º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749886 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 134 -
CMYK 0.24 0 0.12 0.40
HSL 150º 0.15% 0.53% -
HSV(B) 150º 0.24% 0.6% -
XYZ 22.73 27.89 26.74 -
YUV 139.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 116 152 134 0.24 0 0.12 0.40 150 0.15 0.53
Hex 74 98 86 18 0 C 28 96 F 35
Octal 164 230 206 30 0 14 50 226 17 65
Binary 1110100 10011000 10000110 11000 0 1100 101000 10010110 1111 110101

Color Harmonies of #749886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749886

Black with #749886

Text Example


Text Example

White with #749886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749886; }

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

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

background-color css

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

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

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

border-color css

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

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

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