Html Css Color HEX #7C9D93 Granny Smith

📋 copy color: '#7C9D93'

red 124 ◦ green 157 ◦ blue 147

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

Shades of Granny Smith #7C9D93

Tints of Granny Smith #7C9D93

RGB

 RED value IS 124 (48.83% from 255) = 28.97%

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

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

R = 28.97%
G = 36.68%
B = 34.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#7C9D93 (or 0x7C9D93) is known color: Granny Smith. HEX triplet: 7C, 9D and 93. RGB value is (124,157,147). Sum of RGB (Red+Green+Blue) = 124+157+147=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9D93 is #83626C. Grayscale: #929292. Windows color (decimal): -8610413 or 9674108. OLE color: 9674108.

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

Color convert

RGB 124 157 147 -
CMYK 0.21 0 0.06 0.38
HSL 161.82º 0.14% 0.55% -
HSV(B) 161.82º 0.21% 0.62% -
XYZ 25.64 30.51 32.14 -
YUV 145.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 124 157 147 0.21 0 0.06 0.38 161.82 0.14 0.55
Hex 7C 9D 93 15 0 6 26 A2 E 37
Octal 174 235 223 25 0 6 46 242 16 67
Binary 1111100 10011101 10010011 10101 0 110 100110 10100010 1110 110111

Color Harmonies of #7C9D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9D93

Black with #7C9D93

Text Example


Text Example

White with #7C9D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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