Html Css Color HEX #729494 Juniper

📋 copy color: '#729494'

red 114 ◦ green 148 ◦ blue 148

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

Shades of Juniper #729494

Tints of Juniper #729494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

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

R = 27.8%
G = 36.1%
B = 36.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#729494 (or 0x729494) is known color: Juniper. HEX triplet: 72, 94 and 94. RGB value is (114,148,148). Sum of RGB (Red+Green+Blue) = 114+148+148=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #729494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729494 is #8D6B6B. Grayscale: #898989. Windows color (decimal): -9268076 or 9737330. OLE color: 9737330.

HSL color Cylindrical-coordinate representation of color #729494: hue angle of 180º 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 #729494 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 148 -
CMYK 0.23 0 0 0.42
HSL 180º 0.14% 0.51% -
HSV(B) 180º 0.23% 0.58% -
XYZ 22.87 26.9 32 -
YUV 137.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 114 148 148 0.23 0 0 0.42 180 0.14 0.51
Hex 72 94 94 17 0 0 2A B4 E 33
Octal 162 224 224 27 0 0 52 264 16 63
Binary 1110010 10010100 10010100 10111 0 0 101010 10110100 1110 110011

Color Harmonies of #729494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729494

Black with #729494

Text Example


Text Example

White with #729494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729494; }

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

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

background-color css

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

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

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

border-color css

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

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

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