Html Css Color HEX #7A9D93 Granny Smith

📋 copy color: '#7A9D93'

red 122 ◦ green 157 ◦ blue 147

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

Shades of Granny Smith #7A9D93

Tints of Granny Smith #7A9D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.85%

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 28.64%
G = 36.85%
B = 34.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#7A9D93 (or 0x7A9D93) is known color: Granny Smith. HEX triplet: 7A, 9D and 93. RGB value is (122,157,147). Sum of RGB (Red+Green+Blue) = 122+157+147=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 157 - color contains mainly: green. Hex color #7A9D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9D93 is #85626C. Grayscale: #919191. Windows color (decimal): -8741485 or 9674106. OLE color: 9674106.

HSL color Cylindrical-coordinate representation of color #7A9D93: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9D93 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 157 147 -
CMYK 0.22 0 0.06 0.38
HSL 162.86º 0.15% 0.55% -
HSV(B) 162.86º 0.22% 0.62% -
XYZ 25.35 30.36 32.13 -
YUV 145.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 122 157 147 0.22 0 0.06 0.38 162.86 0.15 0.55
Hex 7A 9D 93 16 0 6 26 A3 F 37
Octal 172 235 223 26 0 6 46 243 17 67
Binary 1111010 10011101 10010011 10110 0 110 100110 10100011 1111 110111

Color Harmonies of #7A9D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9D93

Black with #7A9D93

Text Example


Text Example

White with #7A9D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,157,147); }

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

background-color css

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

 a { background-color: rgb(122,157,147); }

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

border-color css

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

 span { border-color: rgb(122,157,147); }

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