Html Css Color HEX #749A95 Juniper

📋 copy color: '#749A95'

red 116 ◦ green 154 ◦ blue 149

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

Shades of Juniper #749A95

Tints of Juniper #749A95

RGB

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

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

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

R = 27.68%
G = 36.75%
B = 35.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#749A95 (or 0x749A95) is known color: Juniper. HEX triplet: 74, 9A and 95. RGB value is (116,154,149). Sum of RGB (Red+Green+Blue) = 116+154+149=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #749A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749A95 is #8B656A. Grayscale: #8E8E8E. Windows color (decimal): -9135467 or 9804404. OLE color: 9804404.

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

Color convert

RGB 116 154 149 -
CMYK 0.25 0 0.03 0.40
HSL 172.11º 0.16% 0.53% -
HSV(B) 172.11º 0.25% 0.6% -
XYZ 24.18 28.99 32.76 -
YUV 142.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 116 154 149 0.25 0 0.03 0.40 172.11 0.16 0.53
Hex 74 9A 95 19 0 3 28 AC 10 35
Octal 164 232 225 31 0 3 50 254 20 65
Binary 1110100 10011010 10010101 11001 0 11 101000 10101100 10000 110101

Color Harmonies of #749A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A95

Black with #749A95

Text Example


Text Example

White with #749A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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