Html Css Color HEX #749C8C Granny Smith

📋 copy color: '#749C8C'

red 116 ◦ green 156 ◦ blue 140

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

Shades of Granny Smith #749C8C

Tints of Granny Smith #749C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.86%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 28.16%
G = 37.86%
B = 33.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#749C8C (or 0x749C8C) is known color: Granny Smith. HEX triplet: 74, 9C and 8C. RGB value is (116,156,140). Sum of RGB (Red+Green+Blue) = 116+156+140=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #749C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C8C is #8B6373. Grayscale: #8E8E8E. Windows color (decimal): -9134964 or 9215092. OLE color: 9215092.

HSL color Cylindrical-coordinate representation of color #749C8C: hue angle of 156º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C8C is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 140 -
CMYK 0.26 0 0.10 0.39
HSL 156º 0.17% 0.53% -
HSV(B) 156º 0.26% 0.61% -
XYZ 23.82 29.38 29.23 -
YUV 142.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 116 156 140 0.26 0 0.10 0.39 156 0.17 0.53
Hex 74 9C 8C 1A 0 A 27 9C 11 35
Octal 164 234 214 32 0 12 47 234 21 65
Binary 1110100 10011100 10001100 11010 0 1010 100111 10011100 10001 110101

Color Harmonies of #749C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C8C

Black with #749C8C

Text Example


Text Example

White with #749C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749C8C; }

 p { color: rgb(116,156,140); }

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

background-color css

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

 a { background-color: rgb(116,156,140); }

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

border-color css

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

 span { border-color: rgb(116,156,140); }

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