Html Css Color HEX #678E8D Juniper

📋 copy color: '#678E8D'

red 103 ◦ green 142 ◦ blue 141

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

Shades of Juniper #678E8D

Tints of Juniper #678E8D

RGB

 RED value IS 103 (40.63% from 255) = 26.68%

 GREEN value IS 142 (55.86% from 255) = 36.79%

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 26.68%
G = 36.79%
B = 36.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#678E8D (or 0x678E8D) is known color: Juniper. HEX triplet: 67, 8E and 8D. RGB value is (103,142,141). Sum of RGB (Red+Green+Blue) = 103+142+141=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 142 - color contains mainly: green. Hex color #678E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678E8D is #987172. Grayscale: #828282. Windows color (decimal): -9990515 or 9277031. OLE color: 9277031.

HSL color Cylindrical-coordinate representation of color #678E8D: hue angle of 178.46º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #678E8D is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 142 141 -
CMYK 0.27 0 0.01 0.44
HSL 178.46º 0.16% 0.48% -
HSV(B) 178.46º 0.27% 0.56% -
XYZ 20.07 24.15 28.8 -
YUV 130.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 103 142 141 0.27 0 0.01 0.44 178.46 0.16 0.48
Hex 67 8E 8D 1B 0 1 2C B2 10 30
Octal 147 216 215 33 0 1 54 262 20 60
Binary 1100111 10001110 10001101 11011 0 1 101100 10110010 10000 110000

Color Harmonies of #678E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678E8D

Black with #678E8D

Text Example


Text Example

White with #678E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678E8D; }

 p { color: rgb(103,142,141); }

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

background-color css

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

 a { background-color: rgb(103,142,141); }

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

border-color css

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

 span { border-color: rgb(103,142,141); }

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