Html Css Color HEX #7C9B8C Granny Smith

📋 copy color: '#7C9B8C'

red 124 ◦ green 155 ◦ blue 140

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

Shades of Granny Smith #7C9B8C

Tints of Granny Smith #7C9B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 29.59%
G = 36.99%
B = 33.41%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#7C9B8C (or 0x7C9B8C) is known color: Granny Smith. HEX triplet: 7C, 9B and 8C. RGB value is (124,155,140). Sum of RGB (Red+Green+Blue) = 124+155+140=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9B8C is #836473. Grayscale: #909090. Windows color (decimal): -8610932 or 9214844. OLE color: 9214844.

HSL color Cylindrical-coordinate representation of color #7C9B8C: hue angle of 150.97º 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 #7C9B8C is Cyan = 0.2, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 155 140 -
CMYK 0.2 0 0.10 0.39
HSL 150.97º 0.13% 0.55% -
HSV(B) 150.97º 0.2% 0.61% -
XYZ 24.77 29.62 29.22 -
YUV 144.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 124 155 140 0.2 0 0.10 0.39 150.97 0.13 0.55
Hex 7C 9B 8C 14 0 A 27 97 D 37
Octal 174 233 214 24 0 12 47 227 15 67
Binary 1111100 10011011 10001100 10100 0 1010 100111 10010111 1101 110111

Color Harmonies of #7C9B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9B8C

Black with #7C9B8C

Text Example


Text Example

White with #7C9B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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