Html Css Color HEX #709692 Juniper

📋 copy color: '#709692'

red 112 ◦ green 150 ◦ blue 146

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

Shades of Juniper #709692

Tints of Juniper #709692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 27.45%
G = 36.76%
B = 35.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#709692 (or 0x709692) is known color: Juniper. HEX triplet: 70, 96 and 92. RGB value is (112,150,146). Sum of RGB (Red+Green+Blue) = 112+150+146=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #709692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709692 is #8F696D. Grayscale: #8A8A8A. Windows color (decimal): -9398638 or 9606768. OLE color: 9606768.

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

Color convert

RGB 112 150 146 -
CMYK 0.25 0 0.03 0.41
HSL 173.68º 0.15% 0.51% -
HSV(B) 173.68º 0.25% 0.59% -
XYZ 22.78 27.33 31.27 -
YUV 138.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 112 150 146 0.25 0 0.03 0.41 173.68 0.15 0.51
Hex 70 96 92 19 0 3 29 AE F 33
Octal 160 226 222 31 0 3 51 256 17 63
Binary 1110000 10010110 10010010 11001 0 11 101001 10101110 1111 110011

Color Harmonies of #709692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709692

Black with #709692

Text Example


Text Example

White with #709692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709692; }

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

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

background-color css

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

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

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

border-color css

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

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

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