Html Css Color HEX #749D95 Juniper

📋 copy color: '#749D95'

red 116 ◦ green 157 ◦ blue 149

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

Shades of Juniper #749D95

Tints of Juniper #749D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 27.49%
G = 37.2%
B = 35.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#749D95 (or 0x749D95) is known color: Juniper. HEX triplet: 74, 9D and 95. RGB value is (116,157,149). Sum of RGB (Red+Green+Blue) = 116+157+149=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #749D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D95 is #8B626A. Grayscale: #8F8F8F. Windows color (decimal): -9134699 or 9805172. OLE color: 9805172.

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

Color convert

RGB 116 157 149 -
CMYK 0.26 0 0.05 0.38
HSL 168.29º 0.17% 0.54% -
HSV(B) 168.29º 0.26% 0.62% -
XYZ 24.68 30 32.92 -
YUV 143.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 116 157 149 0.26 0 0.05 0.38 168.29 0.17 0.54
Hex 74 9D 95 1A 0 5 26 A8 11 36
Octal 164 235 225 32 0 5 46 250 21 66
Binary 1110100 10011101 10010101 11010 0 101 100110 10101000 10001 110110

Color Harmonies of #749D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D95

Black with #749D95

Text Example


Text Example

White with #749D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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