Html Css Color HEX #7A8F85 Granny Smith

📋 copy color: '#7A8F85'

red 122 ◦ green 143 ◦ blue 133

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

Shades of Granny Smith #7A8F85

Tints of Granny Smith #7A8F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 30.65%
G = 35.93%
B = 33.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#7A8F85 (or 0x7A8F85) is known color: Granny Smith. HEX triplet: 7A, 8F and 85. RGB value is (122,143,133). Sum of RGB (Red+Green+Blue) = 122+143+133=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8F85 is #85707A. Grayscale: #878787. Windows color (decimal): -8745083 or 8753018. OLE color: 8753018.

HSL color Cylindrical-coordinate representation of color #7A8F85: hue angle of 151.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A8F85 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 143 133 -
CMYK 0.15 0 0.07 0.44
HSL 151.43º 0.09% 0.52% -
HSV(B) 151.43º 0.15% 0.56% -
XYZ 22.08 25.48 25.94 -
YUV 135.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 122 143 133 0.15 0 0.07 0.44 151.43 0.09 0.52
Hex 7A 8F 85 F 0 7 2C 97 9 34
Octal 172 217 205 17 0 7 54 227 11 64
Binary 1111010 10001111 10000101 1111 0 111 101100 10010111 1001 110100

Color Harmonies of #7A8F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8F85

Black with #7A8F85

Text Example


Text Example

White with #7A8F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,143,133); }

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

background-color css

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

 a { background-color: rgb(122,143,133); }

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

border-color css

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

 span { border-color: rgb(122,143,133); }

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