Html Css Color HEX #729794 Juniper

📋 copy color: '#729794'

red 114 ◦ green 151 ◦ blue 148

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

Shades of Juniper #729794

Tints of Juniper #729794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.56%

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

R = 27.6%
G = 36.56%
B = 35.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#729794 (or 0x729794) is known color: Juniper. HEX triplet: 72, 97 and 94. RGB value is (114,151,148). Sum of RGB (Red+Green+Blue) = 114+151+148=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 151 - color contains mainly: green. Hex color #729794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729794 is #8D686B. Grayscale: #8B8B8B. Windows color (decimal): -9267308 or 9738098. OLE color: 9738098.

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

Color convert

RGB 114 151 148 -
CMYK 0.25 0 0.02 0.41
HSL 175.14º 0.15% 0.52% -
HSV(B) 175.14º 0.25% 0.59% -
XYZ 23.35 27.85 32.16 -
YUV 139.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 114 151 148 0.25 0 0.02 0.41 175.14 0.15 0.52
Hex 72 97 94 19 0 2 29 AF F 34
Octal 162 227 224 31 0 2 51 257 17 64
Binary 1110010 10010111 10010100 11001 0 10 101001 10101111 1111 110100

Color Harmonies of #729794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729794

Black with #729794

Text Example


Text Example

White with #729794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729794; }

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

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

background-color css

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

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

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

border-color css

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

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

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