#769C98

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

Shades of Juniper #769C98

Tints of Juniper #769C98

Color information

#769C98 (or 0x769C98) is unknown color: approx Juniper. HEX triplet: 76, 9C and 98. RGB value is (118,156,152). Sum of RGB (Red+Green+Blue) = 118+156+152=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #769C98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C98 is #896367. Grayscale: #909090. Windows color (decimal): -9003880 or 10001526. OLE color: 10001526.

HSL color Cylindrical-coordinate representation of color #769C98: hue angle of 173.68º 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 #769C98 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB118156152-
CMYK0.2400.030.39
HSL173.68º16.1%53.73%-
HSV(B)173.68º24.36%61.18%-
XYZ25.0329.934.16-
YUV144.18132.41109.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 156 (61.33% from 255) = 36.62%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=27.70%
G=36.62%
B=35.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181561520.2400.030.39173.6816.153.73
Hex769C98180327ae1036
Octal1662342303003472562066
Binary11101101001110010011000110000111001111010111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,156,152); }

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

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

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

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

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

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

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