#679590

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

Shades of Juniper #679590

Tints of Juniper #679590

Color information

#679590 (or 0x679590) is unknown color: approx Juniper. HEX triplet: 67, 95 and 90. RGB value is (103,149,144). Sum of RGB (Red+Green+Blue) = 103+149+144=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #679590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679590 is #986A6F. Grayscale: #868686. Windows color (decimal): -9988720 or 9475431. OLE color: 9475431.

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

Color convert

RGB103149144-
CMYK0.3100.030.42
HSL173.48º18.25%49.41%-
HSV(B)173.48º30.87%58.43%-
XYZ21.3826.3930.35-
YUV134.68133.26105.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.01%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=26.01%
G=37.63%
B=36.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031491440.3100.030.42173.4818.2549.41
Hex6795901F032Aad1231
Octal1472252203703522552261
Binary11001111001010110010000111110111010101010110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679590; }

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

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

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

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

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

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

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

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