Html Css Color HEX #7A948A Granny Smith

📋 copy color: '#7A948A'

red 122 ◦ green 148 ◦ blue 138

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

Shades of Granny Smith #7A948A

Tints of Granny Smith #7A948A

RGB

 RED value IS 122 (48.05% from 255) = 29.9%

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

 BLUE value IS 138 (54.3% from 255) = 33.82%

R = 29.9%
G = 36.27%
B = 33.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#7A948A (or 0x7A948A) is known color: Granny Smith. HEX triplet: 7A, 94 and 8A. RGB value is (122,148,138). Sum of RGB (Red+Green+Blue) = 122+148+138=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #7A948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A948A is #856B75. Grayscale: #8B8B8B. Windows color (decimal): -8743798 or 9081978. OLE color: 9081978.

HSL color Cylindrical-coordinate representation of color #7A948A: hue angle of 156.92º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A948A is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 148 138 -
CMYK 0.18 0 0.07 0.42
HSL 156.92º 0.11% 0.53% -
HSV(B) 156.92º 0.18% 0.58% -
XYZ 23.2 27.15 28.06 -
YUV 139.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 122 148 138 0.18 0 0.07 0.42 156.92 0.11 0.53
Hex 7A 94 8A 12 0 7 2A 9D B 35
Octal 172 224 212 22 0 7 52 235 13 65
Binary 1111010 10010100 10001010 10010 0 111 101010 10011101 1011 110101

Color Harmonies of #7A948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A948A

Black with #7A948A

Text Example


Text Example

White with #7A948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A948A; }

 p { color: rgb(122,148,138); }

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

background-color css

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

 a { background-color: rgb(122,148,138); }

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

border-color css

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

 span { border-color: rgb(122,148,138); }

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