Html Css Color HEX #78958C Granny Smith

📋 copy color: '#78958C'

red 120 ◦ green 149 ◦ blue 140

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

Shades of Granny Smith #78958C

Tints of Granny Smith #78958C

RGB

 RED value IS 120 (47.27% from 255) = 29.34%

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

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

R = 29.34%
G = 36.43%
B = 34.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#78958C (or 0x78958C) is known color: Granny Smith. HEX triplet: 78, 95 and 8C. RGB value is (120,149,140). Sum of RGB (Red+Green+Blue) = 120+149+140=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 149 - color contains mainly: green. Hex color #78958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78958C is #876A73. Grayscale: #8B8B8B. Windows color (decimal): -8874612 or 9213304. OLE color: 9213304.

HSL color Cylindrical-coordinate representation of color #78958C: hue angle of 161.38º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78958C is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 149 140 -
CMYK 0.19 0 0.06 0.42
HSL 161.38º 0.12% 0.53% -
HSV(B) 161.38º 0.19% 0.58% -
XYZ 23.23 27.38 28.87 -
YUV 139.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 120 149 140 0.19 0 0.06 0.42 161.38 0.12 0.53
Hex 78 95 8C 13 0 6 2A A1 C 35
Octal 170 225 214 23 0 6 52 241 14 65
Binary 1111000 10010101 10001100 10011 0 110 101010 10100001 1100 110101

Color Harmonies of #78958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78958C

Black with #78958C

Text Example


Text Example

White with #78958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78958C; }

 p { color: rgb(120,149,140); }

 H1.HeaderClassName
 {
   color: #78958C;
 }
 .AnyTagClassName
 {
   color: #78958C;
 }
</style>

background-color css

<style>
 a { background-color: #78958C; }

 a { background-color: rgb(120,149,140); }

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

border-color css

<style>
 span { border-color: #78958C; }

 span { border-color: rgb(120,149,140); }

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