#769190

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

Shades of Juniper #769190

Tints of Juniper #769190

Color information

#769190 (or 0x769190) is unknown color: approx Juniper. HEX triplet: 76, 91 and 90. RGB value is (118,145,144). Sum of RGB (Red+Green+Blue) = 118+145+144=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 145 - color contains mainly: green. Hex color #769190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769190 is #896E6F. Grayscale: #888888. Windows color (decimal): -9006704 or 9474422. OLE color: 9474422.

HSL color Cylindrical-coordinate representation of color #769190: hue angle of 177.78º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769190 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB118145144-
CMYK0.1900.010.43
HSL177.78º10.93%51.57%-
HSV(B)177.78º18.62%56.86%-
XYZ22.6326.1230.23-
YUV136.81132.05114.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.99%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=28.99%
G=35.63%
B=35.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181451440.1900.010.43177.7810.9351.57
Hex76919013012Bb2b34
Octal1662212202301532621364
Binary111011010010001100100001001101101011101100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769190; }

 p { color: rgb(118,145,144); }

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

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

 a { background-color: rgb(118,145,144); }

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

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

 span { border-color: rgb(118,145,144); }

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