Html Css Color HEX #729898 Juniper

📋 copy color: '#729898'

red 114 ◦ green 152 ◦ blue 152

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

Shades of Juniper #729898

Tints of Juniper #729898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

 BLUE value IS 152 (59.77% from 255) = 36.36%

R = 27.27%
G = 36.36%
B = 36.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#729898 (or 0x729898) is known color: Juniper. HEX triplet: 72, 98 and 98. RGB value is (114,152,152). Sum of RGB (Red+Green+Blue) = 114+152+152=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #729898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729898 is #8D6767. Grayscale: #8C8C8C. Windows color (decimal): -9267048 or 10000498. OLE color: 10000498.

HSL color Cylindrical-coordinate representation of color #729898: hue angle of 180º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729898 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 152 152 -
CMYK 0.25 0 0 0.40
HSL 180º 0.16% 0.52% -
HSV(B) 180º 0.25% 0.6% -
XYZ 23.84 28.3 33.91 -
YUV 140.64 134.41 109 -
System Red Green Blue C M Y K H S L
Decimal 114 152 152 0.25 0 0 0.40 180 0.16 0.52
Hex 72 98 98 19 0 0 28 B4 10 34
Octal 162 230 230 31 0 0 50 264 20 64
Binary 1110010 10011000 10011000 11001 0 0 101000 10110100 10000 110100

Color Harmonies of #729898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729898

Black with #729898

Text Example


Text Example

White with #729898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729898; }

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

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

background-color css

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

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

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

border-color css

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

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

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