Html Css Color HEX #739A94 Juniper

📋 copy color: '#739A94'

red 115 ◦ green 154 ◦ blue 148

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

Shades of Juniper #739A94

Tints of Juniper #739A94

RGB

 RED value IS 115 (45.31% from 255) = 27.58%

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

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 27.58%
G = 36.93%
B = 35.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#739A94 (or 0x739A94) is known color: Juniper. HEX triplet: 73, 9A and 94. RGB value is (115,154,148). Sum of RGB (Red+Green+Blue) = 115+154+148=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #739A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739A94 is #8C656B. Grayscale: #8D8D8D. Windows color (decimal): -9201004 or 9738867. OLE color: 9738867.

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

Color convert

RGB 115 154 148 -
CMYK 0.25 0 0.04 0.40
HSL 170.77º 0.16% 0.53% -
HSV(B) 170.77º 0.25% 0.6% -
XYZ 23.97 28.89 32.33 -
YUV 141.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 115 154 148 0.25 0 0.04 0.40 170.77 0.16 0.53
Hex 73 9A 94 19 0 4 28 AB 10 35
Octal 163 232 224 31 0 4 50 253 20 65
Binary 1110011 10011010 10010100 11001 0 100 101000 10101011 10000 110101

Color Harmonies of #739A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739A94

Black with #739A94

Text Example


Text Example

White with #739A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739A94; }

 p { color: rgb(115,154,148); }

 H1.HeaderClassName
 {
   color: #739A94;
 }
 .AnyTagClassName
 {
   color: #739A94;
 }
</style>

background-color css

<style>
 a { background-color: #739A94; }

 a { background-color: rgb(115,154,148); }

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

border-color css

<style>
 span { border-color: #739A94; }

 span { border-color: rgb(115,154,148); }

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