Html Css Color HEX #749F99 Juniper

📋 copy color: '#749F99'

red 116 ◦ green 159 ◦ blue 153

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

Shades of Juniper #749F99

Tints of Juniper #749F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 153 (60.16% from 255) = 35.75%

R = 27.1%
G = 37.15%
B = 35.75%

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

#749F99 (or 0x749F99) is known color: Juniper. HEX triplet: 74, 9F and 99. RGB value is (116,159,153). Sum of RGB (Red+Green+Blue) = 116+159+153=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 159 - color contains mainly: green. Hex color #749F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749F99 is #8B6066. Grayscale: #919191. Windows color (decimal): -9134183 or 10067828. OLE color: 10067828.

HSL color Cylindrical-coordinate representation of color #749F99: hue angle of 171.63º 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 #749F99 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 159 153 -
CMYK 0.27 0 0.04 0.38
HSL 171.63º 0.18% 0.54% -
HSV(B) 171.63º 0.27% 0.62% -
XYZ 25.35 30.81 34.75 -
YUV 145.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 116 159 153 0.27 0 0.04 0.38 171.63 0.18 0.54
Hex 74 9F 99 1B 0 4 26 AC 12 36
Octal 164 237 231 33 0 4 46 254 22 66
Binary 1110100 10011111 10011001 11011 0 100 100110 10101100 10010 110110

Color Harmonies of #749F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F99

Black with #749F99

Text Example


Text Example

White with #749F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,159,153); }

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

background-color css

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

 a { background-color: rgb(116,159,153); }

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

border-color css

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

 span { border-color: rgb(116,159,153); }

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