#679390

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

Shades of Juniper #679390

Tints of Juniper #679390

Color information

#679390 (or 0x679390) is unknown color: approx Juniper. HEX triplet: 67, 93 and 90. RGB value is (103,147,144). Sum of RGB (Red+Green+Blue) = 103+147+144=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #679390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679390 is #986C6F. Grayscale: #858585. Windows color (decimal): -9989232 or 9474919. OLE color: 9474919.

HSL color Cylindrical-coordinate representation of color #679390: hue angle of 175.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #679390 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB103147144-
CMYK0.3000.020.42
HSL175.91º17.6%49.02%-
HSV(B)175.91º29.93%57.65%-
XYZ21.0625.7630.25-
YUV133.5133.92106.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.14%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=26.14%
G=37.31%
B=36.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031471440.3000.020.42175.9117.649.02
Hex6793901E022Ab01231
Octal1472232203602522602261
Binary11001111001001110010000111100101010101011000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679390; }

 p { color: rgb(103,147,144); }

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

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

 a { background-color: rgb(103,147,144); }

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

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

 span { border-color: rgb(103,147,144); }

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