Html Css Color HEX #749D98 Juniper

📋 copy color: '#749D98'

red 116 ◦ green 157 ◦ blue 152

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

Shades of Juniper #749D98

Tints of Juniper #749D98

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.94%

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

R = 27.29%
G = 36.94%
B = 35.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#749D98 (or 0x749D98) is known color: Juniper. HEX triplet: 74, 9D and 98. RGB value is (116,157,152). Sum of RGB (Red+Green+Blue) = 116+157+152=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #749D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D98 is #8B6267. Grayscale: #909090. Windows color (decimal): -9134696 or 10001780. OLE color: 10001780.

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

Color convert

RGB 116 157 152 -
CMYK 0.26 0 0.03 0.38
HSL 172.68º 0.17% 0.54% -
HSV(B) 172.68º 0.26% 0.62% -
XYZ 24.93 30.09 34.2 -
YUV 144.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 116 157 152 0.26 0 0.03 0.38 172.68 0.17 0.54
Hex 74 9D 98 1A 0 3 26 AD 11 36
Octal 164 235 230 32 0 3 46 255 21 66
Binary 1110100 10011101 10011000 11010 0 11 100110 10101101 10001 110110

Color Harmonies of #749D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D98

Black with #749D98

Text Example


Text Example

White with #749D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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