Html Css Color HEX #739690 Juniper

📋 copy color: '#739690'

red 115 ◦ green 150 ◦ blue 144

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

Shades of Juniper #739690

Tints of Juniper #739690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 28.12%
G = 36.67%
B = 35.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#739690 (or 0x739690) is known color: Juniper. HEX triplet: 73, 96 and 90. RGB value is (115,150,144). Sum of RGB (Red+Green+Blue) = 115+150+144=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #739690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739690 is #8C696F. Grayscale: #8A8A8A. Windows color (decimal): -9202032 or 9475699. OLE color: 9475699.

HSL color Cylindrical-coordinate representation of color #739690: hue angle of 169.71º 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 #739690 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 144 -
CMYK 0.23 0 0.04 0.41
HSL 169.71º 0.14% 0.52% -
HSV(B) 169.71º 0.23% 0.59% -
XYZ 23.01 27.47 30.48 -
YUV 138.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 115 150 144 0.23 0 0.04 0.41 169.71 0.14 0.52
Hex 73 96 90 17 0 4 29 AA E 34
Octal 163 226 220 27 0 4 51 252 16 64
Binary 1110011 10010110 10010000 10111 0 100 101001 10101010 1110 110100

Color Harmonies of #739690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739690

Black with #739690

Text Example


Text Example

White with #739690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739690; }

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

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

background-color css

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

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

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

border-color css

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

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

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