Html Css Color HEX #708B8A Juniper

📋 copy color: '#708B8A'

red 112 ◦ green 139 ◦ blue 138

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

Shades of Juniper #708B8A

Tints of Juniper #708B8A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.73%

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 28.79%
G = 35.73%
B = 35.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#708B8A (or 0x708B8A) is known color: Juniper. HEX triplet: 70, 8B and 8A. RGB value is (112,139,138). Sum of RGB (Red+Green+Blue) = 112+139+138=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #708B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B8A is #8F7475. Grayscale: #828282. Windows color (decimal): -9401462 or 9079664. OLE color: 9079664.

HSL color Cylindrical-coordinate representation of color #708B8A: hue angle of 177.78º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708B8A is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 138 -
CMYK 0.19 0 0.01 0.45
HSL 177.78º 0.11% 0.49% -
HSV(B) 177.78º 0.19% 0.55% -
XYZ 20.5 23.74 27.55 -
YUV 130.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 112 139 138 0.19 0 0.01 0.45 177.78 0.11 0.49
Hex 70 8B 8A 13 0 1 2D B2 B 31
Octal 160 213 212 23 0 1 55 262 13 61
Binary 1110000 10001011 10001010 10011 0 1 101101 10110010 1011 110001

Color Harmonies of #708B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B8A

Black with #708B8A

Text Example


Text Example

White with #708B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708B8A; }

 p { color: rgb(112,139,138); }

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

background-color css

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

 a { background-color: rgb(112,139,138); }

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

border-color css

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

 span { border-color: rgb(112,139,138); }

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