Html Css Color HEX #739D95 Juniper

📋 copy color: '#739D95'

red 115 ◦ green 157 ◦ blue 149

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

Shades of Juniper #739D95

Tints of Juniper #739D95

RGB

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

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

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

R = 27.32%
G = 37.29%
B = 35.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#739D95 (or 0x739D95) is known color: Juniper. HEX triplet: 73, 9D and 95. RGB value is (115,157,149). Sum of RGB (Red+Green+Blue) = 115+157+149=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 157 - color contains mainly: green. Hex color #739D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739D95 is #8C626A. Grayscale: #8F8F8F. Windows color (decimal): -9200235 or 9805171. OLE color: 9805171.

HSL color Cylindrical-coordinate representation of color #739D95: hue angle of 168.57º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #739D95 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 157 149 -
CMYK 0.27 0 0.05 0.38
HSL 168.57º 0.18% 0.53% -
HSV(B) 168.57º 0.27% 0.62% -
XYZ 24.55 29.93 32.92 -
YUV 143.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 115 157 149 0.27 0 0.05 0.38 168.57 0.18 0.53
Hex 73 9D 95 1B 0 5 26 A9 12 35
Octal 163 235 225 33 0 5 46 251 22 65
Binary 1110011 10011101 10010101 11011 0 101 100110 10101001 10010 110101

Color Harmonies of #739D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739D95

Black with #739D95

Text Example


Text Example

White with #739D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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