Html Css Color HEX #709895 Juniper

📋 copy color: '#709895'

red 112 ◦ green 152 ◦ blue 149

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

Shades of Juniper #709895

Tints of Juniper #709895

RGB

 RED value IS 112 (44.14% from 255) = 27.12%

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

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 27.12%
G = 36.8%
B = 36.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#709895 (or 0x709895) is known color: Juniper. HEX triplet: 70, 98 and 95. RGB value is (112,152,149). Sum of RGB (Red+Green+Blue) = 112+152+149=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #709895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709895 is #8F676A. Grayscale: #8B8B8B. Windows color (decimal): -9398123 or 9803888. OLE color: 9803888.

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

Color convert

RGB 112 152 149 -
CMYK 0.26 0 0.02 0.40
HSL 175.5º 0.16% 0.52% -
HSV(B) 175.5º 0.26% 0.6% -
XYZ 23.34 28.07 32.62 -
YUV 139.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 112 152 149 0.26 0 0.02 0.40 175.5 0.16 0.52
Hex 70 98 95 1A 0 2 28 B0 10 34
Octal 160 230 225 32 0 2 50 260 20 64
Binary 1110000 10011000 10010101 11010 0 10 101000 10110000 10000 110100

Color Harmonies of #709895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709895

Black with #709895

Text Example


Text Example

White with #709895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709895; }

 p { color: rgb(112,152,149); }

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

background-color css

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

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

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

border-color css

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

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

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