Html Css Color HEX #729490 Juniper

📋 copy color: '#729490'

red 114 ◦ green 148 ◦ blue 144

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

Shades of Juniper #729490

Tints of Juniper #729490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 28.08%
G = 36.45%
B = 35.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#729490 (or 0x729490) is known color: Juniper. HEX triplet: 72, 94 and 90. RGB value is (114,148,144). Sum of RGB (Red+Green+Blue) = 114+148+144=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #729490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729490 is #8D6B6F. Grayscale: #898989. Windows color (decimal): -9268080 or 9475186. OLE color: 9475186.

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

Color convert

RGB 114 148 144 -
CMYK 0.23 0 0.03 0.42
HSL 172.94º 0.14% 0.51% -
HSV(B) 172.94º 0.23% 0.58% -
XYZ 22.56 26.77 30.36 -
YUV 137.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 114 148 144 0.23 0 0.03 0.42 172.94 0.14 0.51
Hex 72 94 90 17 0 3 2A AD E 33
Octal 162 224 220 27 0 3 52 255 16 63
Binary 1110010 10010100 10010000 10111 0 11 101010 10101101 1110 110011

Color Harmonies of #729490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729490

Black with #729490

Text Example


Text Example

White with #729490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729490; }

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

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

background-color css

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

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

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

border-color css

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

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

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