Html Css Color HEX #7A938A Granny Smith

📋 copy color: '#7A938A'

red 122 ◦ green 147 ◦ blue 138

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

Shades of Granny Smith #7A938A

Tints of Granny Smith #7A938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 29.98%
G = 36.12%
B = 33.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#7A938A (or 0x7A938A) is known color: Granny Smith. HEX triplet: 7A, 93 and 8A. RGB value is (122,147,138). Sum of RGB (Red+Green+Blue) = 122+147+138=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 147 - color contains mainly: green. Hex color #7A938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A938A is #856C75. Grayscale: #8A8A8A. Windows color (decimal): -8744054 or 9081722. OLE color: 9081722.

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

Color convert

RGB 122 147 138 -
CMYK 0.17 0 0.06 0.42
HSL 158.4º 0.1% 0.53% -
HSV(B) 158.4º 0.17% 0.58% -
XYZ 23.05 26.84 28.01 -
YUV 138.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 122 147 138 0.17 0 0.06 0.42 158.4 0.1 0.53
Hex 7A 93 8A 11 0 6 2A 9E A 35
Octal 172 223 212 21 0 6 52 236 12 65
Binary 1111010 10010011 10001010 10001 0 110 101010 10011110 1010 110101

Color Harmonies of #7A938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A938A

Black with #7A938A

Text Example


Text Example

White with #7A938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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