#769590

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

Shades of Juniper #769590

Tints of Juniper #769590

Color information

#769590 (or 0x769590) is unknown color: approx Juniper. HEX triplet: 76, 95 and 90. RGB value is (118,149,144). Sum of RGB (Red+Green+Blue) = 118+149+144=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #769590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769590 is #896A6F. Grayscale: #8B8B8B. Windows color (decimal): -9005680 or 9475446. OLE color: 9475446.

HSL color Cylindrical-coordinate representation of color #769590: hue angle of 170.32º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769590 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB118149144-
CMYK0.2100.030.42
HSL170.32º12.76%52.35%-
HSV(B)170.32º20.81%58.43%-
XYZ23.2527.3630.44-
YUV139.16130.73112.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.71%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=28.71%
G=36.25%
B=35.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491440.2100.030.42170.3212.7652.35
Hex76959015032Aaad34
Octal1662252202503522521564
Binary1110110100101011001000010101011101010101010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769590; }

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

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

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

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

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

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

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

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