Html Css Color HEX #749A96 Juniper

📋 copy color: '#749A96'

red 116 ◦ green 154 ◦ blue 150

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

Shades of Juniper #749A96

Tints of Juniper #749A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 27.62%
G = 36.67%
B = 35.71%

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

#749A96 (or 0x749A96) is known color: Juniper. HEX triplet: 74, 9A and 96. RGB value is (116,154,150). Sum of RGB (Red+Green+Blue) = 116+154+150=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 154 - color contains mainly: green. Hex color #749A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749A96 is #8B6569. Grayscale: #8E8E8E. Windows color (decimal): -9135466 or 9869940. OLE color: 9869940.

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

Color convert

RGB 116 154 150 -
CMYK 0.25 0 0.03 0.40
HSL 173.68º 0.16% 0.53% -
HSV(B) 173.68º 0.25% 0.6% -
XYZ 24.26 29.03 33.18 -
YUV 142.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 116 154 150 0.25 0 0.03 0.40 173.68 0.16 0.53
Hex 74 9A 96 19 0 3 28 AE 10 35
Octal 164 232 226 31 0 3 50 256 20 65
Binary 1110100 10011010 10010110 11001 0 11 101000 10101110 10000 110101

Color Harmonies of #749A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A96

Black with #749A96

Text Example


Text Example

White with #749A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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