#749D97

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

Shades of Juniper #749D97

Tints of Juniper #749D97

Color information

#749D97 (or 0x749D97) is unknown color: approx Juniper. HEX triplet: 74, 9D and 97. RGB value is (116,157,151). Sum of RGB (Red+Green+Blue) = 116+157+151=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #749D97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D97 is #8B6268. Grayscale: #909090. Windows color (decimal): -9134697 or 9936244. OLE color: 9936244.

HSL color Cylindrical-coordinate representation of color #749D97: hue angle of 171.22º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749D97 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB116157151-
CMYK0.2600.040.38
HSL171.22º17.3%53.53%-
HSV(B)171.22º26.11%61.57%-
XYZ24.8530.0633.77-
YUV144.06131.92107.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.36%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 151 (59.38% from 255) = 35.61%
R=27.36%
G=37.03%
B=35.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161571510.2600.040.38171.2217.353.53
Hex749D971A0426ab1136
Octal1642352273204462532166
Binary111010010011101100101111101001001001101010101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749D97; }

 p { color: rgb(116,157,151); }

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

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

 a { background-color: rgb(116,157,151); }

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

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

 span { border-color: rgb(116,157,151); }

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