Html Css Color HEX #678F8D Juniper

📋 copy color: '#678F8D'

red 103 ◦ green 143 ◦ blue 141

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

Shades of Juniper #678F8D

Tints of Juniper #678F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.95%

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

R = 26.61%
G = 36.95%
B = 36.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#678F8D (or 0x678F8D) is known color: Juniper. HEX triplet: 67, 8F and 8D. RGB value is (103,143,141). Sum of RGB (Red+Green+Blue) = 103+143+141=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 143 - color contains mainly: green. Hex color #678F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678F8D is #987072. Grayscale: #828282. Windows color (decimal): -9990259 or 9277287. OLE color: 9277287.

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

Color convert

RGB 103 143 141 -
CMYK 0.28 0 0.01 0.44
HSL 177º 0.16% 0.48% -
HSV(B) 177º 0.28% 0.56% -
XYZ 20.22 24.45 28.85 -
YUV 130.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 103 143 141 0.28 0 0.01 0.44 177 0.16 0.48
Hex 67 8F 8D 1C 0 1 2C B1 10 30
Octal 147 217 215 34 0 1 54 261 20 60
Binary 1100111 10001111 10001101 11100 0 1 101100 10110001 10000 110000

Color Harmonies of #678F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678F8D

Black with #678F8D

Text Example


Text Example

White with #678F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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