#679694

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

Shades of Juniper #679694

Tints of Juniper #679694

Color information

#679694 (or 0x679694) is unknown color: approx Juniper. HEX triplet: 67, 96 and 94. RGB value is (103,150,148). Sum of RGB (Red+Green+Blue) = 103+150+148=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #679694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679694 is #98696B. Grayscale: #878787. Windows color (decimal): -9988460 or 9737831. OLE color: 9737831.

HSL color Cylindrical-coordinate representation of color #679694: hue angle of 177.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679694 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB103150148-
CMYK0.3100.010.41
HSL177.45º18.58%49.61%-
HSV(B)177.45º31.33%58.82%-
XYZ21.8526.8332.05-
YUV135.72134.93104.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.69%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=25.69%
G=37.41%
B=36.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031501480.3100.010.41177.4518.5849.61
Hex6796941F0129b11332
Octal1472262243701512612362
Binary1100111100101101001010011111011010011011000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679694; }

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

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

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

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

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

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

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

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