Html Css Color HEX #729693 Juniper

📋 copy color: '#729693'

red 114 ◦ green 150 ◦ blue 147

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

Shades of Juniper #729693

Tints of Juniper #729693

RGB

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

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

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

R = 27.74%
G = 36.5%
B = 35.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#729693 (or 0x729693) is known color: Juniper. HEX triplet: 72, 96 and 93. RGB value is (114,150,147). Sum of RGB (Red+Green+Blue) = 114+150+147=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 150 - color contains mainly: green. Hex color #729693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729693 is #8D696C. Grayscale: #8A8A8A. Windows color (decimal): -9267565 or 9672306. OLE color: 9672306.

HSL color Cylindrical-coordinate representation of color #729693: hue angle of 175º 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 #729693 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 147 -
CMYK 0.24 0 0.02 0.41
HSL 175º 0.15% 0.52% -
HSV(B) 175º 0.24% 0.59% -
XYZ 23.11 27.5 31.69 -
YUV 138.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 114 150 147 0.24 0 0.02 0.41 175 0.15 0.52
Hex 72 96 93 18 0 2 29 AF F 34
Octal 162 226 223 30 0 2 51 257 17 64
Binary 1110010 10010110 10010011 11000 0 10 101001 10101111 1111 110100

Color Harmonies of #729693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729693

Black with #729693

Text Example


Text Example

White with #729693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729693; }

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

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

background-color css

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

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

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

border-color css

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

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

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