Html Css Color HEX #739992 Juniper

📋 copy color: '#739992'

red 115 ◦ green 153 ◦ blue 146

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

Shades of Juniper #739992

Tints of Juniper #739992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 27.78%
G = 36.96%
B = 35.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#739992 (or 0x739992) is known color: Juniper. HEX triplet: 73, 99 and 92. RGB value is (115,153,146). Sum of RGB (Red+Green+Blue) = 115+153+146=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #739992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739992 is #8C666D. Grayscale: #8C8C8C. Windows color (decimal): -9201262 or 9607539. OLE color: 9607539.

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

Color convert

RGB 115 153 146 -
CMYK 0.25 0 0.05 0.4
HSL 168.95º 0.16% 0.53% -
HSV(B) 168.95º 0.25% 0.6% -
XYZ 23.65 28.5 31.45 -
YUV 140.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 115 153 146 0.25 0 0.05 0.4 168.95 0.16 0.53
Hex 73 99 92 19 0 5 28 A9 10 35
Octal 163 231 222 31 0 5 50 251 20 65
Binary 1110011 10011001 10010010 11001 0 101 101000 10101001 10000 110101

Color Harmonies of #739992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739992

Black with #739992

Text Example


Text Example

White with #739992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739992; }

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

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

background-color css

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

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

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

border-color css

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

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

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