#699793

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

Shades of Juniper #699793

Tints of Juniper #699793

Color information

#699793 (or 0x699793) is unknown color: approx Juniper. HEX triplet: 69, 97 and 93. RGB value is (105,151,147). Sum of RGB (Red+Green+Blue) = 105+151+147=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #699793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699793 is #96686C. Grayscale: #888888. Windows color (decimal): -9857133 or 9672553. OLE color: 9672553.

HSL color Cylindrical-coordinate representation of color #699793: hue angle of 174.78º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699793 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB105151147-
CMYK0.3000.030.41
HSL174.78º18.11%50.2%-
HSV(B)174.78º30.46%59.22%-
XYZ22.1627.2431.69-
YUV136.79133.76105.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 151 (59.38% from 255) = 37.47%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=26.05%
G=37.47%
B=36.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051511470.3000.030.41174.7818.1150.2
Hex6997931E0329af1232
Octal1512272233603512572262
Binary11010011001011110010011111100111010011010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699793; }

 p { color: rgb(105,151,147); }

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

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

 a { background-color: rgb(105,151,147); }

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

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

 span { border-color: rgb(105,151,147); }

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