Html Css Color HEX #739996 Juniper

📋 copy color: '#739996'

red 115 ◦ green 153 ◦ blue 150

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

Shades of Juniper #739996

Tints of Juniper #739996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 27.51%
G = 36.6%
B = 35.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#739996 (or 0x739996) is known color: Juniper. HEX triplet: 73, 99 and 96. RGB value is (115,153,150). Sum of RGB (Red+Green+Blue) = 115+153+150=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #739996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739996 is #8C6669. Grayscale: #8D8D8D. Windows color (decimal): -9201258 or 9869683. OLE color: 9869683.

HSL color Cylindrical-coordinate representation of color #739996: hue angle of 175.26º 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 #739996 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 150 -
CMYK 0.25 0 0.02 0.4
HSL 175.26º 0.16% 0.53% -
HSV(B) 175.26º 0.25% 0.6% -
XYZ 23.97 28.63 33.12 -
YUV 141.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 115 153 150 0.25 0 0.02 0.4 175.26 0.16 0.53
Hex 73 99 96 19 0 2 28 AF 10 35
Octal 163 231 226 31 0 2 50 257 20 65
Binary 1110011 10011001 10010110 11001 0 10 101000 10101111 10000 110101

Color Harmonies of #739996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739996

Black with #739996

Text Example


Text Example

White with #739996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739996; }

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

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

background-color css

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

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

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

border-color css

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

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

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