Html Css Color HEX #729690 Juniper

📋 copy color: '#729690'

red 114 ◦ green 150 ◦ blue 144

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

Shades of Juniper #729690

Tints of Juniper #729690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

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

R = 27.94%
G = 36.76%
B = 35.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#729690 (or 0x729690) is known color: Juniper. HEX triplet: 72, 96 and 90. RGB value is (114,150,144). Sum of RGB (Red+Green+Blue) = 114+150+144=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #729690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729690 is #8D696F. Grayscale: #8A8A8A. Windows color (decimal): -9267568 or 9475698. OLE color: 9475698.

HSL color Cylindrical-coordinate representation of color #729690: hue angle of 170º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729690 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 144 -
CMYK 0.24 0 0.04 0.41
HSL 170º 0.15% 0.52% -
HSV(B) 170º 0.24% 0.59% -
XYZ 22.88 27.4 30.47 -
YUV 138.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 114 150 144 0.24 0 0.04 0.41 170 0.15 0.52
Hex 72 96 90 18 0 4 29 AA F 34
Octal 162 226 220 30 0 4 51 252 17 64
Binary 1110010 10010110 10010000 11000 0 100 101001 10101010 1111 110100

Color Harmonies of #729690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729690

Black with #729690

Text Example


Text Example

White with #729690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729690; }

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

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

background-color css

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

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

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

border-color css

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

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

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