#78958B

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

Shades of Granny Smith #78958B

Tints of Granny Smith #78958B

Color information

#78958B (or 0x78958B) is unknown color: approx Granny Smith. HEX triplet: 78, 95 and 8B. RGB value is (120,149,139). Sum of RGB (Red+Green+Blue) = 120+149+139=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #78958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78958B is #876A74. Grayscale: #8B8B8B. Windows color (decimal): -8874613 or 9147768. OLE color: 9147768.

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

Color convert

RGB120149139-
CMYK0.1900.070.42
HSL159.31º12.03%52.75%-
HSV(B)159.31º19.46%58.43%-
XYZ23.1527.3528.49-
YUV139.19127.89114.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.41%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=29.41%
G=36.52%
B=34.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201491390.1900.070.42159.3112.0352.75
Hex78958B13072A9fc35
Octal1702252132307522371465
Binary11110001001010110001011100110111101010100111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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