#679E95

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

Shades of Juniper #679E95

Tints of Juniper #679E95

Color information

#679E95 (or 0x679E95) is unknown color: approx Juniper. HEX triplet: 67, 9E and 95. RGB value is (103,158,149). Sum of RGB (Red+Green+Blue) = 103+158+149=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #679E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E95 is #98616A. Grayscale: #8C8C8C. Windows color (decimal): -9986411 or 9805415. OLE color: 9805415.

HSL color Cylindrical-coordinate representation of color #679E95: hue angle of 170.18º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679E95 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB103158149-
CMYK0.3500.060.38
HSL170.18º22.09%51.18%-
HSV(B)170.18º34.81%61.96%-
XYZ23.2529.5132.9-
YUV140.53132.78101.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.12%
GREEN value IS 158 (62.11% from 255) = 38.54%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=25.12%
G=38.54%
B=36.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031581490.3500.060.38170.1822.0951.18
Hex679E95230626aa1633
Octal1472362254306462522663
Binary1100111100111101001010110001101101001101010101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679E95; }

 p { color: rgb(103,158,149); }

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

<style>
 a { background-color: #679E95; }

 a { background-color: rgb(103,158,149); }

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

<style>
 span { border-color: #679E95; }

 span { border-color: rgb(103,158,149); }

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