Html Css Color HEX #729993 Juniper

📋 copy color: '#729993'

red 114 ◦ green 153 ◦ blue 147

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

Shades of Juniper #729993

Tints of Juniper #729993

RGB

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

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

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

R = 27.54%
G = 36.96%
B = 35.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#729993 (or 0x729993) is known color: Juniper. HEX triplet: 72, 99 and 93. RGB value is (114,153,147). Sum of RGB (Red+Green+Blue) = 114+153+147=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #729993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729993 is #8D666C. Grayscale: #8C8C8C. Windows color (decimal): -9266797 or 9673074. OLE color: 9673074.

HSL color Cylindrical-coordinate representation of color #729993: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729993 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 147 -
CMYK 0.25 0 0.04 0.4
HSL 170.77º 0.16% 0.52% -
HSV(B) 170.77º 0.25% 0.6% -
XYZ 23.6 28.47 31.85 -
YUV 140.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 114 153 147 0.25 0 0.04 0.4 170.77 0.16 0.52
Hex 72 99 93 19 0 4 28 AB 10 34
Octal 162 231 223 31 0 4 50 253 20 64
Binary 1110010 10011001 10010011 11001 0 100 101000 10101011 10000 110100

Color Harmonies of #729993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729993

Black with #729993

Text Example


Text Example

White with #729993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729993; }

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

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

background-color css

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

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

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

border-color css

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

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

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