#769690

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

Shades of Juniper #769690

Tints of Juniper #769690

Color information

#769690 (or 0x769690) is unknown color: approx Juniper. HEX triplet: 76, 96 and 90. RGB value is (118,150,144). Sum of RGB (Red+Green+Blue) = 118+150+144=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #769690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769690 is #89696F. Grayscale: #8B8B8B. Windows color (decimal): -9005424 or 9475702. OLE color: 9475702.

HSL color Cylindrical-coordinate representation of color #769690: hue angle of 168.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769690 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB118150144-
CMYK0.2100.040.41
HSL168.75º13.22%52.55%-
HSV(B)168.75º21.33%58.82%-
XYZ23.4127.6830.49-
YUV139.75130.4112.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=28.64%
G=36.41%
B=34.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181501440.2100.040.41168.7513.2252.55
Hex769690150429a9d35
Octal1662262202504512511565
Binary11101101001011010010000101010100101001101010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769690; }

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

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

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

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

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

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

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

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