Html Css Color HEX #749888 Granny Smith

📋 copy color: '#749888'

red 116 ◦ green 152 ◦ blue 136

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

Shades of Granny Smith #749888

Tints of Granny Smith #749888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 28.71%
G = 37.62%
B = 33.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#749888 (or 0x749888) is known color: Granny Smith. HEX triplet: 74, 98 and 88. RGB value is (116,152,136). Sum of RGB (Red+Green+Blue) = 116+152+136=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #749888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749888 is #8B6777. Grayscale: #8B8B8B. Windows color (decimal): -9135992 or 8951924. OLE color: 8951924.

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

Color convert

RGB 116 152 136 -
CMYK 0.24 0 0.11 0.40
HSL 153.33º 0.15% 0.53% -
HSV(B) 153.33º 0.24% 0.6% -
XYZ 22.87 27.95 27.48 -
YUV 139.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 116 152 136 0.24 0 0.11 0.40 153.33 0.15 0.53
Hex 74 98 88 18 0 B 28 99 F 35
Octal 164 230 210 30 0 13 50 231 17 65
Binary 1110100 10011000 10001000 11000 0 1011 101000 10011001 1111 110101

Color Harmonies of #749888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749888

Black with #749888

Text Example


Text Example

White with #749888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749888; }

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

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

background-color css

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

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

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

border-color css

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

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

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