Html Css Color HEX #688F8E Juniper

📋 copy color: '#688F8E'

red 104 ◦ green 143 ◦ blue 142

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

Shades of Juniper #688F8E

Tints of Juniper #688F8E

RGB

 RED value IS 104 (41.02% from 255) = 26.74%

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

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 26.74%
G = 36.76%
B = 36.5%

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

#688F8E (or 0x688F8E) is known color: Juniper. HEX triplet: 68, 8F and 8E. RGB value is (104,143,142). Sum of RGB (Red+Green+Blue) = 104+143+142=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 143 - color contains mainly: green. Hex color #688F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688F8E is #977071. Grayscale: #838383. Windows color (decimal): -9924722 or 9342824. OLE color: 9342824.

HSL color Cylindrical-coordinate representation of color #688F8E: 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 #688F8E is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 143 142 -
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.41 24.54 29.25 -
YUV 131.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 104 143 142 0.27 0 0.01 0.44 178.46 0.16 0.48
Hex 68 8F 8E 1B 0 1 2C B2 10 30
Octal 150 217 216 33 0 1 54 262 20 60
Binary 1101000 10001111 10001110 11011 0 1 101100 10110010 10000 110000

Color Harmonies of #688F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688F8E

Black with #688F8E

Text Example


Text Example

White with #688F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688F8E; }

 p { color: rgb(104,143,142); }

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

background-color css

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

 a { background-color: rgb(104,143,142); }

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

border-color css

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

 span { border-color: rgb(104,143,142); }

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