#769595

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

Shades of Juniper #769595

Tints of Juniper #769595

Color information

#769595 (or 0x769595) is unknown color: approx Juniper. HEX triplet: 76, 95 and 95. RGB value is (118,149,149). Sum of RGB (Red+Green+Blue) = 118+149+149=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #769595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769595 is #896A6A. Grayscale: #8B8B8B. Windows color (decimal): -9005675 or 9803126. OLE color: 9803126.

HSL color Cylindrical-coordinate representation of color #769595: hue angle of 180º 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 #769595 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118149149-
CMYK0.21000.42
HSL180º12.76%52.35%-
HSV(B)180º20.81%58.43%-
XYZ23.6427.5232.5-
YUV139.73133.23112.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=28.37%
G=35.82%
B=35.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491490.21000.4218012.7652.35
Hex76959515002Ab4d34
Octal1662252252500522641564
Binary111011010010101100101011010100101010101101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769595; }

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

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

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

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

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

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

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

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