Html Css Color HEX #7C938E Granny Smith

📋 copy color: '#7C938E'

red 124 ◦ green 147 ◦ blue 142

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

Shades of Granny Smith #7C938E

Tints of Granny Smith #7C938E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 30.02%
G = 35.59%
B = 34.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#7C938E (or 0x7C938E) is known color: Granny Smith. HEX triplet: 7C, 93 and 8E. RGB value is (124,147,142). Sum of RGB (Red+Green+Blue) = 124+147+142=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #7C938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C938E is #836C71. Grayscale: #8B8B8B. Windows color (decimal): -8612978 or 9343868. OLE color: 9343868.

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

Color convert

RGB 124 147 142 -
CMYK 0.16 0 0.03 0.42
HSL 166.96º 0.1% 0.53% -
HSV(B) 166.96º 0.16% 0.58% -
XYZ 23.63 27.11 29.58 -
YUV 139.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 124 147 142 0.16 0 0.03 0.42 166.96 0.1 0.53
Hex 7C 93 8E 10 0 3 2A A7 A 35
Octal 174 223 216 20 0 3 52 247 12 65
Binary 1111100 10010011 10001110 10000 0 11 101010 10100111 1010 110101

Color Harmonies of #7C938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C938E

Black with #7C938E

Text Example


Text Example

White with #7C938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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