Html Css Color HEX #7A918A Granny Smith

📋 copy color: '#7A918A'

red 122 ◦ green 145 ◦ blue 138

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

Shades of Granny Smith #7A918A

Tints of Granny Smith #7A918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.8%

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

R = 30.12%
G = 35.8%
B = 34.07%

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

#7A918A (or 0x7A918A) is known color: Granny Smith. HEX triplet: 7A, 91 and 8A. RGB value is (122,145,138). Sum of RGB (Red+Green+Blue) = 122+145+138=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 145 - color contains mainly: green. Hex color #7A918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A918A is #856E75. Grayscale: #898989. Windows color (decimal): -8744566 or 9081210. OLE color: 9081210.

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

Color convert

RGB 122 145 138 -
CMYK 0.16 0 0.05 0.43
HSL 161.74º 0.09% 0.52% -
HSV(B) 161.74º 0.16% 0.57% -
XYZ 22.74 26.22 27.91 -
YUV 137.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 122 145 138 0.16 0 0.05 0.43 161.74 0.09 0.52
Hex 7A 91 8A 10 0 5 2B A2 9 34
Octal 172 221 212 20 0 5 53 242 11 64
Binary 1111010 10010001 10001010 10000 0 101 101011 10100010 1001 110100

Color Harmonies of #7A918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A918A

Black with #7A918A

Text Example


Text Example

White with #7A918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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