Html Css Color HEX #729393 Juniper

📋 copy color: '#729393'

red 114 ◦ green 147 ◦ blue 147

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

Shades of Juniper #729393

Tints of Juniper #729393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 27.94%
G = 36.03%
B = 36.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#729393 (or 0x729393) is known color: Juniper. HEX triplet: 72, 93 and 93. RGB value is (114,147,147). Sum of RGB (Red+Green+Blue) = 114+147+147=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #729393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729393 is #8D6C6C. Grayscale: #898989. Windows color (decimal): -9268333 or 9671538. OLE color: 9671538.

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

Color convert

RGB 114 147 147 -
CMYK 0.22 0 0 0.42
HSL 180º 0.13% 0.51% -
HSV(B) 180º 0.22% 0.58% -
XYZ 22.64 26.55 31.54 -
YUV 137.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 114 147 147 0.22 0 0 0.42 180 0.13 0.51
Hex 72 93 93 16 0 0 2A B4 D 33
Octal 162 223 223 26 0 0 52 264 15 63
Binary 1110010 10010011 10010011 10110 0 0 101010 10110100 1101 110011

Color Harmonies of #729393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729393

Black with #729393

Text Example


Text Example

White with #729393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729393; }

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

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

background-color css

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

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

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

border-color css

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

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

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