Html Css Color HEX #709693 Juniper

📋 copy color: '#709693'

red 112 ◦ green 150 ◦ blue 147

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

Shades of Juniper #709693

Tints of Juniper #709693

RGB

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

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

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

R = 27.38%
G = 36.67%
B = 35.94%

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

#709693 (or 0x709693) is known color: Juniper. HEX triplet: 70, 96 and 93. RGB value is (112,150,147). Sum of RGB (Red+Green+Blue) = 112+150+147=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #709693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709693 is #8F696C. Grayscale: #8A8A8A. Windows color (decimal): -9398637 or 9672304. OLE color: 9672304.

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

Color convert

RGB 112 150 147 -
CMYK 0.25 0 0.02 0.41
HSL 175.26º 0.15% 0.51% -
HSV(B) 175.26º 0.25% 0.59% -
XYZ 22.85 27.36 31.68 -
YUV 138.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 112 150 147 0.25 0 0.02 0.41 175.26 0.15 0.51
Hex 70 96 93 19 0 2 29 AF F 33
Octal 160 226 223 31 0 2 51 257 17 63
Binary 1110000 10010110 10010011 11001 0 10 101001 10101111 1111 110011

Color Harmonies of #709693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709693

Black with #709693

Text Example


Text Example

White with #709693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709693; }

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

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

background-color css

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

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

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

border-color css

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

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

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