Html Css Color HEX #7C9B8A Granny Smith

📋 copy color: '#7C9B8A'

red 124 ◦ green 155 ◦ blue 138

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

Shades of Granny Smith #7C9B8A

Tints of Granny Smith #7C9B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

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

R = 29.74%
G = 37.17%
B = 33.09%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#7C9B8A (or 0x7C9B8A) is known color: Granny Smith. HEX triplet: 7C, 9B and 8A. RGB value is (124,155,138). Sum of RGB (Red+Green+Blue) = 124+155+138=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9B8A is #836475. Grayscale: #8F8F8F. Windows color (decimal): -8610934 or 9083772. OLE color: 9083772.

HSL color Cylindrical-coordinate representation of color #7C9B8A: hue angle of 147.1º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C9B8A is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 155 138 -
CMYK 0.2 0 0.11 0.39
HSL 147.1º 0.13% 0.55% -
HSV(B) 147.1º 0.2% 0.61% -
XYZ 24.62 29.56 28.45 -
YUV 143.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 124 155 138 0.2 0 0.11 0.39 147.1 0.13 0.55
Hex 7C 9B 8A 14 0 B 27 93 D 37
Octal 174 233 212 24 0 13 47 223 15 67
Binary 1111100 10011011 10001010 10100 0 1011 100111 10010011 1101 110111

Color Harmonies of #7C9B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9B8A

Black with #7C9B8A

Text Example


Text Example

White with #7C9B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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