#769592

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

Shades of Juniper #769592

Tints of Juniper #769592

Color information

#769592 (or 0x769592) is unknown color: approx Juniper. HEX triplet: 76, 95 and 92. RGB value is (118,149,146). Sum of RGB (Red+Green+Blue) = 118+149+146=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #769592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769592 is #896A6D. Grayscale: #8B8B8B. Windows color (decimal): -9005678 or 9606518. OLE color: 9606518.

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

Color convert

RGB118149146-
CMYK0.2100.020.42
HSL174.19º12.76%52.35%-
HSV(B)174.19º20.81%58.43%-
XYZ23.4127.4231.25-
YUV139.39131.73112.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=28.57%
G=36.08%
B=35.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491460.2100.020.42174.1912.7652.35
Hex76959215022Aaed34
Octal1662252222502522561564
Binary1110110100101011001001010101010101010101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769592; }

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

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

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

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

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

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

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

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