#78958F

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

Shades of Juniper #78958F

Tints of Juniper #78958F

Color information

#78958F (or 0x78958F) is unknown color: approx Juniper. HEX triplet: 78, 95 and 8F. RGB value is (120,149,143). Sum of RGB (Red+Green+Blue) = 120+149+143=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #78958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78958F is #876A70. Grayscale: #8B8B8B. Windows color (decimal): -8874609 or 9409912. OLE color: 9409912.

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

Color convert

RGB120149143-
CMYK0.1900.040.42
HSL167.59º12.03%52.75%-
HSV(B)167.59º19.46%58.43%-
XYZ23.4527.4730.05-
YUV139.64129.89113.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.13%
GREEN value IS 149 (58.59% from 255) = 36.17%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=29.13%
G=36.17%
B=34.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201491430.1900.040.42167.5912.0352.75
Hex78958F13042Aa8c35
Octal1702252172304522501465
Binary11110001001010110001111100110100101010101010001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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