Html Css Color HEX #7A928A Granny Smith

📋 copy color: '#7A928A'

red 122 ◦ green 146 ◦ blue 138

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

Shades of Granny Smith #7A928A

Tints of Granny Smith #7A928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

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

R = 30.05%
G = 35.96%
B = 33.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#7A928A (or 0x7A928A) is known color: Granny Smith. HEX triplet: 7A, 92 and 8A. RGB value is (122,146,138). Sum of RGB (Red+Green+Blue) = 122+146+138=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #7A928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A928A is #856D75. Grayscale: #898989. Windows color (decimal): -8744310 or 9081466. OLE color: 9081466.

HSL color Cylindrical-coordinate representation of color #7A928A: hue angle of 160º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A928A is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 146 138 -
CMYK 0.16 0 0.05 0.43
HSL 160º 0.1% 0.53% -
HSV(B) 160º 0.16% 0.57% -
XYZ 22.89 26.53 27.96 -
YUV 137.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 122 146 138 0.16 0 0.05 0.43 160 0.1 0.53
Hex 7A 92 8A 10 0 5 2B A0 A 35
Octal 172 222 212 20 0 5 53 240 12 65
Binary 1111010 10010010 10001010 10000 0 101 101011 10100000 1010 110101

Color Harmonies of #7A928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A928A

Black with #7A928A

Text Example


Text Example

White with #7A928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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