Html Css Color HEX #7C948B Granny Smith

📋 copy color: '#7C948B'

red 124 ◦ green 148 ◦ blue 139

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

Shades of Granny Smith #7C948B

Tints of Granny Smith #7C948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 30.17%
G = 36.01%
B = 33.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#7C948B (or 0x7C948B) is known color: Granny Smith. HEX triplet: 7C, 94 and 8B. RGB value is (124,148,139). Sum of RGB (Red+Green+Blue) = 124+148+139=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #7C948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C948B is #836B74. Grayscale: #8B8B8B. Windows color (decimal): -8612725 or 9147516. OLE color: 9147516.

HSL color Cylindrical-coordinate representation of color #7C948B: hue angle of 157.5º 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 #7C948B is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 148 139 -
CMYK 0.16 0 0.06 0.42
HSL 157.5º 0.1% 0.53% -
HSV(B) 157.5º 0.16% 0.58% -
XYZ 23.56 27.33 28.46 -
YUV 139.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 124 148 139 0.16 0 0.06 0.42 157.5 0.1 0.53
Hex 7C 94 8B 10 0 6 2A 9E A 35
Octal 174 224 213 20 0 6 52 236 12 65
Binary 1111100 10010100 10001011 10000 0 110 101010 10011110 1010 110101

Color Harmonies of #7C948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C948B

Black with #7C948B

Text Example


Text Example

White with #7C948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,148,139); }

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

background-color css

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

 a { background-color: rgb(124,148,139); }

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

border-color css

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

 span { border-color: rgb(124,148,139); }

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