Html Css Color HEX #739C94 Juniper

📋 copy color: '#739C94'

red 115 ◦ green 156 ◦ blue 148

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

Shades of Juniper #739C94

Tints of Juniper #739C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.23%

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

R = 27.45%
G = 37.23%
B = 35.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#739C94 (or 0x739C94) is known color: Juniper. HEX triplet: 73, 9C and 94. RGB value is (115,156,148). Sum of RGB (Red+Green+Blue) = 115+156+148=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #739C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739C94 is #8C636B. Grayscale: #8E8E8E. Windows color (decimal): -9200492 or 9739379. OLE color: 9739379.

HSL color Cylindrical-coordinate representation of color #739C94: hue angle of 168.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #739C94 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 156 148 -
CMYK 0.26 0 0.05 0.39
HSL 168.29º 0.17% 0.53% -
HSV(B) 168.29º 0.26% 0.61% -
XYZ 24.3 29.56 32.44 -
YUV 142.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 115 156 148 0.26 0 0.05 0.39 168.29 0.17 0.53
Hex 73 9C 94 1A 0 5 27 A8 11 35
Octal 163 234 224 32 0 5 47 250 21 65
Binary 1110011 10011100 10010100 11010 0 101 100111 10101000 10001 110101

Color Harmonies of #739C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739C94

Black with #739C94

Text Example


Text Example

White with #739C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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