Html Css Color HEX #7B9185 Granny Smith

📋 copy color: '#7B9185'

red 123 ◦ green 145 ◦ blue 133

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

Shades of Granny Smith #7B9185

Tints of Granny Smith #7B9185

RGB

 RED value IS 123 (48.44% from 255) = 30.67%

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

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

R = 30.67%
G = 36.16%
B = 33.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#7B9185 (or 0x7B9185) is known color: Granny Smith. HEX triplet: 7B, 91 and 85. RGB value is (123,145,133). Sum of RGB (Red+Green+Blue) = 123+145+133=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #7B9185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9185 is #846E7A. Grayscale: #898989. Windows color (decimal): -8679035 or 8753531. OLE color: 8753531.

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

Color convert

RGB 123 145 133 -
CMYK 0.15 0 0.08 0.43
HSL 147.27º 0.09% 0.53% -
HSV(B) 147.27º 0.15% 0.57% -
XYZ 22.53 26.16 26.05 -
YUV 137.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 123 145 133 0.15 0 0.08 0.43 147.27 0.09 0.53
Hex 7B 91 85 F 0 8 2B 93 9 35
Octal 173 221 205 17 0 10 53 223 11 65
Binary 1111011 10010001 10000101 1111 0 1000 101011 10010011 1001 110101

Color Harmonies of #7B9185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9185

Black with #7B9185

Text Example


Text Example

White with #7B9185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,145,133); }

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

background-color css

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

 a { background-color: rgb(123,145,133); }

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

border-color css

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

 span { border-color: rgb(123,145,133); }

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