Html Css Color HEX #739694 Juniper

📋 copy color: '#739694'

red 115 ◦ green 150 ◦ blue 148

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

Shades of Juniper #739694

Tints of Juniper #739694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.32%

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

R = 27.85%
G = 36.32%
B = 35.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#739694 (or 0x739694) is known color: Juniper. HEX triplet: 73, 96 and 94. RGB value is (115,150,148). Sum of RGB (Red+Green+Blue) = 115+150+148=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #739694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739694 is #8C696B. Grayscale: #8B8B8B. Windows color (decimal): -9202028 or 9737843. OLE color: 9737843.

HSL color Cylindrical-coordinate representation of color #739694: hue angle of 176.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #739694 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 148 -
CMYK 0.23 0 0.01 0.41
HSL 176.57º 0.14% 0.52% -
HSV(B) 176.57º 0.23% 0.59% -
XYZ 23.32 27.6 32.11 -
YUV 139.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 115 150 148 0.23 0 0.01 0.41 176.57 0.14 0.52
Hex 73 96 94 17 0 1 29 B1 E 34
Octal 163 226 224 27 0 1 51 261 16 64
Binary 1110011 10010110 10010100 10111 0 1 101001 10110001 1110 110100

Color Harmonies of #739694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739694

Black with #739694

Text Example


Text Example

White with #739694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739694; }

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

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

background-color css

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

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

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

border-color css

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

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

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