#679692

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

Shades of Juniper #679692

Tints of Juniper #679692

Color information

#679692 (or 0x679692) is unknown color: approx Juniper. HEX triplet: 67, 96 and 92. RGB value is (103,150,146). Sum of RGB (Red+Green+Blue) = 103+150+146=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #679692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679692 is #98696D. Grayscale: #878787. Windows color (decimal): -9988462 or 9606759. OLE color: 9606759.

HSL color Cylindrical-coordinate representation of color #679692: hue angle of 174.89º 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 #679692 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB103150146-
CMYK0.3100.030.41
HSL174.89º18.58%49.61%-
HSV(B)174.89º31.33%58.82%-
XYZ21.6926.7731.22-
YUV135.49133.93104.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.81%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=25.81%
G=37.59%
B=36.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031501460.3100.030.41174.8918.5849.61
Hex6796921F0329af1332
Octal1472262223703512572362
Binary11001111001011010010010111110111010011010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679692; }

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

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

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

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

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

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

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

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