Html Css Color HEX #7C958A Granny Smith

📋 copy color: '#7C958A'

red 124 ◦ green 149 ◦ blue 138

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

Shades of Granny Smith #7C958A

Tints of Granny Smith #7C958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 30.17%
G = 36.25%
B = 33.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#7C958A (or 0x7C958A) is known color: Granny Smith. HEX triplet: 7C, 95 and 8A. RGB value is (124,149,138). Sum of RGB (Red+Green+Blue) = 124+149+138=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #7C958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C958A is #836A75. Grayscale: #8C8C8C. Windows color (decimal): -8612470 or 9082236. OLE color: 9082236.

HSL color Cylindrical-coordinate representation of color #7C958A: hue angle of 153.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C958A is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 149 138 -
CMYK 0.17 0 0.07 0.42
HSL 153.6º 0.11% 0.54% -
HSV(B) 153.6º 0.17% 0.58% -
XYZ 23.65 27.61 28.13 -
YUV 140.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 124 149 138 0.17 0 0.07 0.42 153.6 0.11 0.54
Hex 7C 95 8A 11 0 7 2A 9A B 36
Octal 174 225 212 21 0 7 52 232 13 66
Binary 1111100 10010101 10001010 10001 0 111 101010 10011010 1011 110110

Color Harmonies of #7C958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C958A

Black with #7C958A

Text Example


Text Example

White with #7C958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,149,138); }

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

background-color css

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

 a { background-color: rgb(124,149,138); }

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

border-color css

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

 span { border-color: rgb(124,149,138); }

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