Html Css Color HEX #749A98 Juniper

📋 copy color: '#749A98'

red 116 ◦ green 154 ◦ blue 152

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

Shades of Juniper #749A98

Tints of Juniper #749A98

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

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

R = 27.49%
G = 36.49%
B = 36.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#749A98 (or 0x749A98) is known color: Juniper. HEX triplet: 74, 9A and 98. RGB value is (116,154,152). Sum of RGB (Red+Green+Blue) = 116+154+152=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 154 - color contains mainly: green. Hex color #749A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749A98 is #8B6567. Grayscale: #8E8E8E. Windows color (decimal): -9135464 or 10001012. OLE color: 10001012.

HSL color Cylindrical-coordinate representation of color #749A98: hue angle of 176.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749A98 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 154 152 -
CMYK 0.25 0 0.01 0.40
HSL 176.84º 0.16% 0.53% -
HSV(B) 176.84º 0.25% 0.6% -
XYZ 24.43 29.09 34.03 -
YUV 142.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 116 154 152 0.25 0 0.01 0.40 176.84 0.16 0.53
Hex 74 9A 98 19 0 1 28 B1 10 35
Octal 164 232 230 31 0 1 50 261 20 65
Binary 1110100 10011010 10011000 11001 0 1 101000 10110001 10000 110101

Color Harmonies of #749A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A98

Black with #749A98

Text Example


Text Example

White with #749A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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