#679894

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

Shades of Juniper #679894

Tints of Juniper #679894

Color information

#679894 (or 0x679894) is unknown color: approx Juniper. HEX triplet: 67, 98 and 94. RGB value is (103,152,148). Sum of RGB (Red+Green+Blue) = 103+152+148=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #679894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679894 is #98676B. Grayscale: #888888. Windows color (decimal): -9987948 or 9738343. OLE color: 9738343.

HSL color Cylindrical-coordinate representation of color #679894: hue angle of 175.1º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679894 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB103152148-
CMYK0.3200.030.40
HSL175.1º19.22%50%-
HSV(B)175.1º32.24%59.61%-
XYZ22.1727.4832.15-
YUV136.89134.27103.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.56%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=25.56%
G=37.72%
B=36.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031521480.3200.030.40175.119.2250
Hex679894200328af1332
Octal1472302244003502572362
Binary110011110011000100101001000000111010001010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679894; }

 p { color: rgb(103,152,148); }

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

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

 a { background-color: rgb(103,152,148); }

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

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

 span { border-color: rgb(103,152,148); }

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