Html Css Color HEX #729394 Juniper

📋 copy color: '#729394'

red 114 ◦ green 147 ◦ blue 148

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

Shades of Juniper #729394

Tints of Juniper #729394

RGB

 RED value IS 114 (44.92% from 255) = 27.87%

 GREEN value IS 147 (57.81% from 255) = 35.94%

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

R = 27.87%
G = 35.94%
B = 36.19%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#729394 (or 0x729394) is known color: Juniper. HEX triplet: 72, 93 and 94. RGB value is (114,147,148). Sum of RGB (Red+Green+Blue) = 114+147+148=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 148 - color contains mainly: blue. Hex color #729394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729394 is #8D6C6B. Grayscale: #898989. Windows color (decimal): -9268332 or 9737074. OLE color: 9737074.

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

Color convert

RGB 114 147 148 -
CMYK 0.23 0.01 0 0.42
HSL 181.76º 0.14% 0.51% -
HSV(B) 181.76º 0.23% 0.58% -
XYZ 22.72 26.58 31.95 -
YUV 137.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 114 147 148 0.23 0.01 0 0.42 181.76 0.14 0.51
Hex 72 93 94 17 1 0 2A B6 E 33
Octal 162 223 224 27 1 0 52 266 16 63
Binary 1110010 10010011 10010100 10111 1 0 101010 10110110 1110 110011

Color Harmonies of #729394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729394

Black with #729394

Text Example


Text Example

White with #729394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729394; }

 p { color: rgb(114,147,148); }

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

background-color css

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

 a { background-color: rgb(114,147,148); }

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

border-color css

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

 span { border-color: rgb(114,147,148); }

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