#699995

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

Shades of Juniper #699995

Tints of Juniper #699995

Color information

#699995 (or 0x699995) is unknown color: approx Juniper. HEX triplet: 69, 99 and 95. RGB value is (105,153,149). Sum of RGB (Red+Green+Blue) = 105+153+149=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #699995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699995 is #96666A. Grayscale: #8A8A8A. Windows color (decimal): -9856619 or 9804137. OLE color: 9804137.

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

Color convert

RGB105153149-
CMYK0.3100.030.4
HSL175º19.05%50.59%-
HSV(B)175º31.37%60%-
XYZ22.6427.9632.64-
YUV138.19134.1104.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=25.80%
G=37.59%
B=36.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051531490.3100.030.417519.0550.59
Hex6999951F0328af1333
Octal1512312253703502572363
Binary11010011001100110010101111110111010001010111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699995; }

 p { color: rgb(105,153,149); }

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

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

 a { background-color: rgb(105,153,149); }

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

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

 span { border-color: rgb(105,153,149); }

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