#78958E

Color #78958E Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #78958E

Tints of Granny Smith #78958E

Color information

#78958E (or 0x78958E) is unknown color: approx Granny Smith. HEX triplet: 78, 95 and 8E. RGB value is (120,149,142). Sum of RGB (Red+Green+Blue) = 120+149+142=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #78958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78958E is #876A71. Grayscale: #8B8B8B. Windows color (decimal): -8874610 or 9344376. OLE color: 9344376.

HSL color Cylindrical-coordinate representation of color #78958E: hue angle of 165.52º 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 #78958E is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB120149142-
CMYK0.1900.050.42
HSL165.52º12.03%52.75%-
HSV(B)165.52º19.46%58.43%-
XYZ23.3827.4429.66-
YUV139.53129.39114.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=29.20%
G=36.25%
B=34.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201491420.1900.050.42165.5212.0352.75
Hex78958E13052Aa6c35
Octal1702252162305522461465
Binary11110001001010110001110100110101101010101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78958E;
 }
 .AnyTagClassName
 {
   color: #78958E;
 }
</style>
background-color css

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

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

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

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

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

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