#769B9A

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

Shades of Juniper #769B9A

Tints of Juniper #769B9A

Color information

#769B9A (or 0x769B9A) is unknown color: approx Juniper. HEX triplet: 76, 9B and 9A. RGB value is (118,155,154). Sum of RGB (Red+Green+Blue) = 118+155+154=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 155 - color contains mainly: green. Hex color #769B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B9A is #896465. Grayscale: #8F8F8F. Windows color (decimal): -9004134 or 10132342. OLE color: 10132342.

HSL color Cylindrical-coordinate representation of color #769B9A: hue angle of 178.38º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769B9A is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB118155154-
CMYK0.2400.010.39
HSL178.38º15.61%53.53%-
HSV(B)178.38º23.87%60.78%-
XYZ25.0329.6334.97-
YUV143.82133.74109.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.63%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=27.63%
G=36.30%
B=36.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181551540.2400.010.39178.3815.6153.53
Hex769B9A180127b21036
Octal1662332323001472622066
Binary1110110100110111001101011000011001111011001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769B9A; }

 p { color: rgb(118,155,154); }

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

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

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

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

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

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

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