#7C908E

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

Shades of Juniper #7C908E

Tints of Juniper #7C908E

Color information

#7C908E (or 0x7C908E) is unknown color: approx Juniper. HEX triplet: 7C, 90 and 8E. RGB value is (124,144,142). Sum of RGB (Red+Green+Blue) = 124+144+142=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #7C908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C908E is #836F71. Grayscale: #898989. Windows color (decimal): -8613746 or 9343100. OLE color: 9343100.

HSL color Cylindrical-coordinate representation of color #7C908E: hue angle of 174º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C908E is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB124144142-
CMYK0.1400.010.44
HSL174º8.26%52.55%-
HSV(B)174º13.89%56.47%-
XYZ23.1726.1829.42-
YUV137.79130.37118.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.24%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=30.24%
G=35.12%
B=34.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241441420.1400.010.441748.2652.55
Hex7C908EE012Cae835
Octal1742202161601542561065
Binary11111001001000010001110111001101100101011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C908E; }

 p { color: rgb(124,144,142); }

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

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

 a { background-color: rgb(124,144,142); }

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

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

 span { border-color: rgb(124,144,142); }

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