Html Css Color HEX #749E98 Juniper

📋 copy color: '#749E98'

red 116 ◦ green 158 ◦ blue 152

#749E98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #749E98

Tints of Juniper #749E98

RGB

 RED value IS 116 (45.7% from 255) = 27.23%

 GREEN value IS 158 (62.11% from 255) = 37.09%

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 27.23%
G = 37.09%
B = 35.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#749E98 (or 0x749E98) is known color: Juniper. HEX triplet: 74, 9E and 98. RGB value is (116,158,152). Sum of RGB (Red+Green+Blue) = 116+158+152=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 158 - color contains mainly: green. Hex color #749E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749E98 is #8B6167. Grayscale: #909090. Windows color (decimal): -9134440 or 10002036. OLE color: 10002036.

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

Color convert

RGB 116 158 152 -
CMYK 0.27 0 0.04 0.38
HSL 171.43º 0.18% 0.54% -
HSV(B) 171.43º 0.27% 0.62% -
XYZ 25.1 30.43 34.26 -
YUV 144.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 116 158 152 0.27 0 0.04 0.38 171.43 0.18 0.54
Hex 74 9E 98 1B 0 4 26 AB 12 36
Octal 164 236 230 33 0 4 46 253 22 66
Binary 1110100 10011110 10011000 11011 0 100 100110 10101011 10010 110110

Color Harmonies of #749E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749E98

Black with #749E98

Text Example


Text Example

White with #749E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,158,152); }

 H1.HeaderClassName
 {
   color: #749E98;
 }
 .AnyTagClassName
 {
   color: #749E98;
 }
</style>

background-color css

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

 a { background-color: rgb(116,158,152); }

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

border-color css

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

 span { border-color: rgb(116,158,152); }

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